-
- Downloads
x86/entry: Convert XEN hypercall vector to IDTENTRY_SYSVEC
Convert the last oldstyle defined vector to IDTENTRY_SYSVEC: - Implement the C entry point with DEFINE_IDTENTRY_SYSVEC - Emit the ASM stub with DECLARE_IDTENTRY_SYSVEC - Remove the ASM idtentries in 64-bit - Remove the BUILD_INTERRUPT entries in 32-bit - Remove the old prototypes Fixup the related XEN code by providing the primary C entry point in x86 to avoid cluttering the generic code with X86'isms. No functional change. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Signed-off-by:
Ingo Molnar <mingo@kernel.org> Acked-by:
Andy Lutomirski <luto@kernel.org> Link: https://lore.kernel.org/r/20200521202119.741950104@linutronix.de
Showing
- arch/x86/entry/entry_32.S 0 additions, 5 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 0 additions, 5 deletionsarch/x86/entry/entry_64.S
- arch/x86/include/asm/idtentry.h 4 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/xen/enlighten_hvm.c 12 additions, 0 deletionsarch/x86/xen/enlighten_hvm.c
- drivers/xen/events/events_base.c 2 additions, 4 deletionsdrivers/xen/events/events_base.c
- include/xen/events.h 0 additions, 7 deletionsinclude/xen/events.h
Loading
Please register or sign in to comment