git: intr/x86_64: Define IDT_HWI_VECTORS
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Wed Aug 31 02:12:46 PDT 2011
commit 451af8d98a4c80b84e525152873b3cc74b9d2775
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Wed Aug 31 16:11:35 2011 +0800
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.
Summary of changes:
sys/platform/pc64/apic/ioapic_abi.c | 6 ++++--
sys/platform/pc64/apic/ioapic_abi.h | 1 -
sys/platform/pc64/apic/ioapic_ipl.h | 2 --
sys/platform/pc64/icu/icu_abi.c | 4 ++--
sys/platform/pc64/include/intr_machdep.h | 2 ++
sys/platform/pc64/x86_64/nexus.c | 7 +++++--
6 files changed, 13 insertions(+), 9 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/451af8d98a4c80b84e525152873b3cc74b9d2775
--
DragonFly BSD source repository
More information about the Commits
mailing list