Whitespace fix.

This commit is contained in:
jhb 2009-06-24 19:16:48 +00:00
parent 6aa8875fe3
commit b4f97709ae
2 changed files with 2 additions and 0 deletions

View File

@ -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));

View File

@ -901,6 +901,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));