[patch 0/5] x86/idt: Cleanups and consolidation
From: Thomas Gleixner
Date: Thu May 28 2020 - 10:56:19 EST
IDT functionality is spread out to places which results in way too many
globals.
This series cleans that up, fixes comments and a few other oddities which I
noticed while working on that code.
Thanks,
tglx
---
include/asm/desc.h | 47 --------------------
kernel/cpu/common.c | 17 -------
kernel/idt.c | 120 +++++++++++++++++++++++++++++++++++++---------------
kernel/traps.c | 11 ----
4 files changed, 88 insertions(+), 107 deletions(-)