[PATCH v2 0/2] x86: Asm macros fixes

2018-11-14 Thread 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

[PATCH v2 0/2] x86: Asm macros fixes

2018-11-14 Thread 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