linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] x86: Asm macros fixes
@ 2018-11-14 20:43 Nadav Amit
  2018-11-14 20:43 ` [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros Nadav Amit
  2018-11-14 20:43 ` [PATCH v2 2/2] x86: set a dependency on macros.S Nadav Amit
  0 siblings, 2 replies; 10+ messages in thread
From: Nadav Amit @ 2018-11-14 20:43 UTC (permalink / raw)
  To: Masahiro Yamada, Ingo Molnar
  Cc: Michal Marek, Thomas Gleixner, Borislav Petkov, H. Peter Anvin,
	x86, linux-kbuild, linux-kernel, Nadav Amit

There has been a complaint that the recent use of assembly macros in C
files broke distcc. The first patch fixes this issue.

The second patch adds a dependency for all C files on macros.S, to
trigger their recompilation when the relevant macros change.

I think it will be better to get the patches through tip. Please advise
if you disagree.

v1->v2:
* Remove whitespaces [Ingo]
* Automatically enable split compilation when distcc or icecc are used

Nadav Amit (2):
  Makefile: Fix distcc compilation with x86 macros
  x86: set a dependency on macros.S

 Makefile               |  4 +++-
 arch/x86/Makefile      |  7 +++++--
 scripts/Makefile.build | 34 ++++++++++++++++++++++++++++++----
 3 files changed, 38 insertions(+), 7 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-11-21  2:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-14 20:43 [PATCH v2 0/2] x86: Asm macros fixes Nadav Amit
2018-11-14 20:43 ` [PATCH v2 1/2] Makefile: Fix distcc compilation with x86 macros Nadav Amit
2018-11-16  7:45   ` Masahiro Yamada
2018-11-16 21:01     ` Nadav Amit
2018-11-18  4:20       ` Masahiro Yamada
2018-11-19 17:18         ` Nadav Amit
2018-11-21  2:47           ` Masahiro Yamada
2018-11-14 20:43 ` [PATCH v2 2/2] x86: set a dependency on macros.S Nadav Amit
2018-11-16  7:37   ` Masahiro Yamada
2018-11-16 20:18     ` Nadav Amit

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).