fixed typo with IRQ_SLOT_COUNT
This commit is contained in:
parent
6b9ddebef3
commit
58595b52b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue