x86/entry: Remove idtentry_sysvec from entry_{32,64}.S
authorXin Li <xin3.li@intel.com>
Tue, 5 Dec 2023 10:49:51 +0000 (02:49 -0800)
committerThomas Gleixner <tglx@linutronix.de>
Thu, 25 Jan 2024 18:10:29 +0000 (19:10 +0100)
commit3167b37f82ea8f9da156ff4edf100756bbc9277e
tree5ce223c243c5afb2026110348448835a6ac664ac
parenta4cb5ece145828cae35503857debf3d49c9d1c5f
x86/entry: Remove idtentry_sysvec from entry_{32,64}.S

idtentry_sysvec is really just DECLARE_IDTENTRY defined in
<asm/idtentry.h>, no need to define it separately.

Signed-off-by: Xin Li <xin3.li@intel.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Tested-by: Shan Kang <shan.kang@intel.com>
Link: https://lore.kernel.org/r/20231205105030.8698-3-xin3.li@intel.com
arch/x86/entry/entry_32.S
arch/x86/entry/entry_64.S
arch/x86/include/asm/idtentry.h