From 348eade4a8442badfb50deff01079463729d94c1 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sun, 8 May 2011 01:17:02 +0000 Subject: [PATCH] Print the routing table unconditionally for now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@41373 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/arch/x86/arch_int.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/system/kernel/arch/x86/arch_int.cpp b/src/system/kernel/arch/x86/arch_int.cpp index 6bc31eff71..50f51a401f 100644 --- a/src/system/kernel/arch/x86/arch_int.cpp +++ b/src/system/kernel/arch/x86/arch_int.cpp @@ -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++) {