From: Alexander Polakov Date: Fri, 16 Oct 2009 19:25:51 +0000 (+0400) Subject: Unhide debug message while trying to make it work. X-Git-Tag: v2.7.1~380^2~13^2~6 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/9e9d0300ceef856eb341190df98b7d0d53d58178 Unhide debug message while trying to make it work. --- 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