]> xenbits.xensource.com Git - xen.git/commit
x86: fix dependency tracking for asm/indirect_thunk_asm.h
authorJan Beulich <jbeulich@suse.com>
Mon, 9 Jul 2018 08:49:37 +0000 (10:49 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 9 Jul 2018 08:49:37 +0000 (10:49 +0200)
commit8a36fdafe6415210ec2c64f83407af79ac7a88c7
treeb31d88dd81eab997aa3de6d8883e85d4e4d958dd
parent2ddfae51d8b1d7b8cd33a4f6ad4d16d27cb869ae
x86: fix dependency tracking for asm/indirect_thunk_asm.h

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 <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/asm-x86/asm_defns.h
xen/include/asm-x86/indirect_thunk_asm.h