summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-06-24 19:16:48 +0000
committerjhb <jhb@FreeBSD.org>2009-06-24 19:16:48 +0000
commitb4f97709aeccf1ac54009fc5a0d4414b627b80d1 (patch)
tree5b8f5a0da9b40546fbb40f12dbfedec78a2525bb /sys/amd64
parent6aa8875fe368ce4daf22cd0d2b035542157fb859 (diff)
downloadFreeBSD-src-b4f97709aeccf1ac54009fc5a0d4414b627b80d1.zip
FreeBSD-src-b4f97709aeccf1ac54009fc5a0d4414b627b80d1.tar.gz
Whitespace fix.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/local_apic.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/local_apic.c b/sys/amd64/amd64/local_apic.c
index 6ed6c9c..1dd9d12 100644
--- a/sys/amd64/amd64/local_apic.c
+++ b/sys/amd64/amd64/local_apic.c
@@ -897,6 +897,7 @@ void
apic_free_vector(u_int apic_id, u_int vector, u_int irq)
{
struct thread *td;
+
KASSERT(vector >= APIC_IO_INTS && vector != IDT_SYSCALL &&
vector <= APIC_IO_INTS + APIC_NUM_IOINTS,
("Vector %u does not map to an IRQ line", vector));
OpenPOWER on IntegriCloud