Print the routing table unconditionally for now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41373 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
290ac5f9b5
commit
348eade4a8
@ -708,9 +708,7 @@ ioapic_init(kernel_args* args)
|
||||
for (uint32 i = 0; i < 256; i++)
|
||||
sIRQToIOAPICPin[i] = i;
|
||||
|
||||
#ifdef TRACE_ARCH_INT
|
||||
print_irq_routing_table(&table);
|
||||
#endif
|
||||
|
||||
// configure io apic interrupts from PCI routing table
|
||||
for (int i = 0; i < table.Count(); i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user