lkml.org 
[lkml]   [2002]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: "APIC error on CPUx" - what does this mean?
On Wed, 9 Jan 2002, Petr Vandrovec wrote:

> I have an idea that with outb() spurious IRQ happens some time
> after Promise deasserts IRQ, while with outb_p() it happens when
> we mask it. Unfortunately stack traces at arrival of spurious
> IRQ (available on request, 120KB uncompressed) do not agree with
> this idea - they always lead to default_idle. It is possible that
> it always arrives in default_idle because of my CPU is so fast
> that even endless stream of IRQs from 8259 arrives always when
> CPU is in default_idle, but I have some doubts that 1GHz is fast
> enough to see such effect.

Note that if you are observing a spurious IRQ due to the trailing
interval of a level-triggered interrupt signal it's quite reasonable you
see a stack trace back to default_idle(). Such an IRQ happens just after
do_IRQ() (actually code following ret_from_intr) for the prevously
delivered real IRQ returns. If your system is not heavy loaded (little
time spent in the userland) most IRQs arrive in idle(), thus spurious ones
do so as well. A backtrace for a spurious IRQ and for the preceding real
one should point to the same root.

If you see spurious IRQs due to glitches the backtraces may differ. It
should be possible to observe under a load.

Still it's weird for *all* the devices you have to deassert their IRQ
lines so late. It would be worth verifying if that is the case, e.g. by
adding an udelay() just after code that is meant to cause a device to
deassert its IRQ line. If the problem persists regardless of the delays,
chances are there is an erratum in the APIC or in the chipset.

--
+ Maciej W. Rozycki, Technical University of Gdansk, Poland +
+--------------------------------------------------------------+
+ e-mail: macro@ds2.pg.gda.pl, PGP key available +

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

\
 
 \ /
  Last update: 2005-03-22 13:15    [W:0.026 / U:0.284 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site