-
- Downloads
x86/entry: Convert various hypervisor vectors to IDTENTRY_SYSVEC
Convert various hypervisor vectors 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 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> Reviewed-by:
Wei Liu <wei.liu@kernel.org> Link: https://lore.kernel.org/r/20200521202119.647997594@linutronix.de
Showing
- arch/x86/entry/entry_32.S 0 additions, 14 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 0 additions, 17 deletionsarch/x86/entry/entry_64.S
- arch/x86/hyperv/hv_init.c 3 additions, 6 deletionsarch/x86/hyperv/hv_init.c
- arch/x86/include/asm/acrn.h 0 additions, 11 deletionsarch/x86/include/asm/acrn.h
- arch/x86/include/asm/apic.h 0 additions, 20 deletionsarch/x86/include/asm/apic.h
- arch/x86/include/asm/idtentry.h 10 additions, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/mshyperv.h 0 additions, 13 deletionsarch/x86/include/asm/mshyperv.h
- arch/x86/kernel/cpu/acrn.c 4 additions, 5 deletionsarch/x86/kernel/cpu/acrn.c
- arch/x86/kernel/cpu/mshyperv.c 10 additions, 12 deletionsarch/x86/kernel/cpu/mshyperv.c
Loading
Please register or sign in to comment