From 9e9d0300ceef856eb341190df98b7d0d53d58178 Mon Sep 17 00:00:00 2001 From: Alexander Polakov Date: Fri, 16 Oct 2009 23:25:51 +0400 Subject: [PATCH] Unhide debug message while trying to make it work. --- sys/platform/pc32/apic/mpapic.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/platform/pc32/apic/mpapic.c b/sys/platform/pc32/apic/mpapic.c index 3990f96..7f3750d 100644 --- a/sys/platform/pc32/apic/mpapic.c +++ b/sys/platform/pc32/apic/mpapic.c @@ -554,10 +554,10 @@ io_apic_setup_intpin(int apic, int pin) if (cpuid > mp_naps) cpuid = 0; - if (bootverbose) { + //if (bootverbose) { kprintf("IOAPIC #%d intpin %d -> irq %d (CPU%d)\n", apic, pin, irq, cpuid); - } + //} /* * Program the appropriate registers. This routing may be -- 1.7.7.2