Re: BUG

Zdenek Kabelac (kabi@fi.muni.cz)
Thu, 1 Feb 2001 11:49:30 GMT


Grzegorz Sojka wrote:
>
> I am using kernel v2.4.0 on Abit BP6 with two Intel Pentium Celeron
> 366@517Mhz + video based on Riva TNT2 M64 32Mb + network card 3com 3c905b
> + Creative Sound Blaster 64 pnp isa and hercules video card. I'm geting
> all over the time messages like that:
> Jan 31 23:37:16 Zeus kernel: APIC error on CPU0: 02(02)
> Jan 31 23:37:17 Zeus kernel: APIC error on CPU1: 02(08)

Enjoy this wonderful patch :)

--- linux.orig/arch/i386/kernel/apic.c Tue Jan 23 21:41:23 2001
+++ linux/arch/i386/kernel/apic.c Tue Jan 23 21:40:41 2001
@@ -765,6 +765,7 @@
v1 = apic_read(APIC_ESR);
ack_APIC_irq();
irq_err_count++;
+ if (1) return;

/* Here is what the APIC error bits mean:
0: Send CS error

It's not fix - you just don't get this borring message....

-- 
             There are three types of people in the world:
               those who can count, and those who can't.
  Zdenek Kabelac  http://i.am/kabi/ kabi@i.am {debian.org; fi.muni.cz}

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/