diff options
author | Juergen Gross <[email protected]> | 2018-08-28 09:40:12 +0200 |
---|---|---|
committer | Thomas Gleixner <[email protected]> | 2018-09-03 16:50:32 +0200 |
commit | 28c11b0f798c6727355bd44603b16bb04e3a044d (patch) | |
tree | 50c9c6f9fe9060c2477b61842d6a8c0cfead1268 /tools | |
parent | 60c1f89241d49bacf71035470684a8d7b4bb46ea (diff) |
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
All functions in arch/x86/xen/irq.c and arch/x86/xen/xen-asm*.S are
specific to PV guests. Include them in the kernel with CONFIG_XEN_PV only.
Make the PV specific code in arch/x86/entry/entry_*.S dependent on
CONFIG_XEN_PV instead of CONFIG_XEN.
The HVM specific code should depend on CONFIG_XEN_PVHVM.
While at it reformat the Makefile to make it more readable.
Signed-off-by: Juergen Gross <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Reviewed-by: Boris Ostrovsky <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions