At 12:42 PM 09/01/1999 +0100, Ben Dooks wrote:
>> Aug 31 20:56:40 lucretia kernel: 16 000 00 1 0 0 0 0 0 0 00
>>
>> Aug 31 20:56:40 lucretia kernel: 17 000 00 1 0 0 0 0 0 0 00
>
>Ps, is there any way to stop this annoying dump?
I don't think there's any way to stop people from posting it on
the list, but if you just want to stop seeing it on your machine
then it's easy enough to #ifdef out print_IO_APIC, like this:
diff -urN linux-src/arch/i386/kernel/io_apic.c linux/arch/i386/kernel/io_apic.c
--- linux-src/arch/i386/kernel/io_apic.c Tue Feb 23 13:15:25 1999
+++ linux/arch/i386/kernel/io_apic.c Thu Apr 1 09:56:02 1999
@@ -671,6 +671,7 @@
void __init print_IO_APIC(void)
{
+#ifdef PRINT_IO_APIC
int i;
struct IO_APIC_reg_00 reg_00;
struct IO_APIC_reg_01 reg_01;
@@ -767,6 +768,7 @@
printk(".................................... done.\n");
return;
+#endif /*PRINT_IO_APIC*/
}
static void __init init_sym_mode(void)
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]