intr/x86_64: Define IDT_HWI_VECTORS
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 31 Aug 2011 08:11:35 +0000 (16:11 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 31 Aug 2011 09:11:11 +0000 (17:11 +0800)
commit451af8d98a4c80b84e525152873b3cc74b9d2775
tree4c5c2eb5f5d147f25880737ea3e8aff3abb7aca0
parente10f57469796036869ac1d907e2a8b751076e92e
intr/x86_64: Define IDT_HWI_VECTORS

This macro defines how many IDT vectors that could be setup as hardware
interrupts.  Use this macro instead of MAX_HARDINTS and APIC_INTMAPSIZE.
sys/platform/pc64/apic/ioapic_abi.c
sys/platform/pc64/apic/ioapic_abi.h
sys/platform/pc64/apic/ioapic_ipl.h
sys/platform/pc64/icu/icu_abi.c
sys/platform/pc64/include/intr_machdep.h
sys/platform/pc64/x86_64/nexus.c