RE: [PATCH v8 03/33] x86/traps: add a system interrupt table for system interrupt dispatch
From: Li, Xin3
Date: Tue Jun 06 2023 - 04:06:23 EST
> > +#ifdef CONFIG_X86_64
> > +
> > +#ifndef CONFIG_X86_LOCAL_APIC
>
> Seriously? You _cannot_ disable local APIC on x8664 builds.
I didn't see this is explicit from Kconfig, which caused the mess...
Thanks!
Xin