fixed typo with IRQ_SLOT_COUNT

This commit is contained in:
Ronald G. Minnich 2003-04-30 19:41:25 +00:00
commit 58595b52b3

View file

@ -13,7 +13,7 @@ void check_pirq_routing_table(void)
printk_info("Checking IRQ routing tables...\n");
#ifdef(IRQ_SLOT_COUNT)
#ifdef IRQ_SLOT_COUNT
if (sizeof(intel_irq_routing_table) != intel_irq_routing_table.size) {
printk_warning("Inconsistent IRQ routing table size\n");
}