Subject: Re: "cpu0: bogus interrupt"
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 02/02/2005 23:07:14
> I started seeing this on a dual-CPU ss20 running a 2.0_BETA kernel:
> cpu0: bogus interrupt ipl 0xa pc=0xf00c442c npc=0xf00c4430 psr=400006c3<S,PS>
> cpu0: bogus interrupt ipl 0xa pc=0xf00c4420 npc=0xf00c4424 psr=404006c3<S,PS>
> 
> Any idea what this means ?
> 

It means that the cpu took the interrupt (at level 10, the system clock)
but the interrupt register showed no interrupt was pending.

I've no idea why this can happen as currently only one cpu is designated
to field device interrupts. Maybe it's useful to look at what code is
at the PCs mentioned above.

-pk