io_apic compile error

From: Marc Perkel
Date: Mon Oct 30 2006 - 23:23:18 EST


getting a compile error when compiling 2.6.19rc3. Thought someone might want to fix this.

CC arch/x86_64/kernel/io_apic.o
arch/x86_64/kernel/io_apic.c: In function 'ioapic_pirq_setup':
arch/x86_64/kernel/io_apic.c:412: error: 'MAX_PIRQS' undeclared (first use in this function)
arch/x86_64/kernel/io_apic.c:412: error: (Each undeclared identifier is reported only once
arch/x86_64/kernel/io_apic.c:412: error: for each function it appears in.)
arch/x86_64/kernel/io_apic.c:417: error: 'pirq_entries' undeclared (first use in this function)
arch/x86_64/kernel/io_apic.c:419: error: 'pirqs_enabled' undeclared (first use in this function)
arch/x86_64/kernel/io_apic.c:412: warning: unused variable 'ints'
make[1]: *** [arch/x86_64/kernel/io_apic.o] Error 1
make: *** [arch/x86_64/kernel] Error 2

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/