]> xenbits.xensource.com Git - people/royger/xen.git/commit
x86: fold indirect_thunk_asm.h into asm-defns.h
authorJan Beulich <jbeulich@suse.com>
Fri, 8 Jan 2021 10:50:32 +0000 (11:50 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 8 Jan 2021 10:50:32 +0000 (11:50 +0100)
commit762c3890c89f70687fad1130e61ac99e671b2a6d
tree94a507503c8b7ca88a5946035731b995e71c26e8
parent5fa9a14436af81c3263f9ac31b64972416a59307
x86: fold indirect_thunk_asm.h into asm-defns.h

There's little point in having two separate headers both getting
included by asm_defns.h. This in particular reduces the number of
instances of guarding asm(".include ...") suitably in such dual use
headers.

No change to generated code.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
xen/Makefile
xen/include/asm-x86/asm-defns.h
xen/include/asm-x86/asm_defns.h
xen/include/asm-x86/indirect_thunk_asm.h [deleted file]