Re: [Xen-devel] [PATCH] x86: fix dependency tracking for asm/indirect_thunk_asm.h

2018-07-06 Thread Andrew Cooper
On 26/06/18 08:37, Jan Beulich wrote: > Including the header solely at the assembler level means the compiler > can't record the header as a dependency in .*.o.d files. Arrange for the > header to be include-able at the C level instead. > > Signed-off-by: Jan Beulich Acked-by: Andrew Cooper ___

Re: [Xen-devel] [PATCH] x86: fix dependency tracking for asm/indirect_thunk_asm.h

2018-06-26 Thread Wei Liu
On Tue, Jun 26, 2018 at 01:37:02AM -0600, Jan Beulich wrote: > Including the header solely at the assembler level means the compiler > can't record the header as a dependency in .*.o.d files. Arrange for the > header to be include-able at the C level instead. > > Signed-off-by: Jan Beulich Revie

[Xen-devel] [PATCH] x86: fix dependency tracking for asm/indirect_thunk_asm.h

2018-06-26 Thread Jan Beulich
Including the header solely at the assembler level means the compiler can't record the header as a dependency in .*.o.d files. Arrange for the header to be include-able at the C level instead. Signed-off-by: Jan Beulich --- a/xen/include/asm-x86/asm_defns.h +++ b/xen/include/asm-x86/asm_defns.h