x86/entry: Convert Overflow exception to IDTENTRY
Convert #OF to IDTENTRY: - Implement the C entry point with DEFINE_IDTENTRY - Emit the ASM stub with DECLARE_IDTENTRY - Remove the ASM idtentry in 64bit - Remove the open coded ASM entry code in 32bit - Fixup the XEN/PV code - Remove the old prototypes No functional change. Signed-off-by:Thomas Gleixner <tglx@linutronix.de> Reviewed-by:
Alexandre Chartre <alexandre.chartre@oracle.com> Acked-by:
Andy Lutomirski <luto@kernel.org> Acked-by:
Peter Zijlstra <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200505134904.771457898@linutronix.de
Showing
- arch/x86/entry/entry_32.S 0 additions, 7 deletionsarch/x86/entry/entry_32.S
- arch/x86/entry/entry_64.S 0 additions, 1 deletionarch/x86/entry/entry_64.S
- arch/x86/include/asm/idtentry.h 1 addition, 0 deletionsarch/x86/include/asm/idtentry.h
- arch/x86/include/asm/traps.h 0 additions, 3 deletionsarch/x86/include/asm/traps.h
- arch/x86/kernel/idt.c 1 addition, 1 deletionarch/x86/kernel/idt.c
- arch/x86/kernel/traps.c 5 additions, 1 deletionarch/x86/kernel/traps.c
- arch/x86/xen/enlighten_pv.c 1 addition, 1 deletionarch/x86/xen/enlighten_pv.c
- arch/x86/xen/xen-asm_64.S 1 addition, 1 deletionarch/x86/xen/xen-asm_64.S
Loading
Please register or sign in to comment