arch/x86: add IRQ offloading to Intel64 subarch

The IRQ_OFFLOAD_VECTOR config option is also moved to the arch level,
as it is shared between both 32- and 64-bit subarches.

Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
Charles E. Youse 2019-07-09 17:34:52 -07:00 committed by Andrew Boie
commit a10f2601cc
3 changed files with 34 additions and 9 deletions

View file

@ -338,14 +338,6 @@ config X86_KERNEL_OOPS_VECTOR
help
Specify the IDT vector to use for the kernel oops exception handler.
config IRQ_OFFLOAD_VECTOR
int "IDT vector to use for IRQ offload"
default 32
range 32 255
depends on IRQ_OFFLOAD
help
Specify the IDT vector to use for the IRQ offload interrupt handler.
config X86_DYNAMIC_IRQ_STUBS
int "Number of dynamic interrupt stubs"
depends on DYNAMIC_INTERRUPTS