From: Daniel Jacobowitz <dan@debian.org>
To: linux-kernel@vger.kernel.org
Subject: Re: 2.6.2-rc3: irq#19 - nobody cared - with an au88xx
Date: Tue, 6 Apr 2004 18:04:28 -0400 [thread overview]
Message-ID: <20040406220428.GA28882@nevyn.them.org> (raw)
In-Reply-To: <20040406180238.GA7439@nevyn.them.org>
On Tue, Apr 06, 2004 at 02:02:38PM -0400, Daniel Jacobowitz wrote:
> I still haven't figured out which kernel first introduced the problem,
> but it's still present, at 2.6.5. I didn't see it while I was running
> 2.6.3-rc3, for some reason.
>
> Now I'm using the ALSA au8830 driver. There was no output from the
> driver before the nobody-cared message, so it was caused by one of
> these (sound/pci/au88x0/au88x0_core.c):
>
> //check if the interrupt is ours.
> if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1))
> return IRQ_NONE;
It's this one. If I wait until it locks up - it did at exactly 600,001
interrupts, interesting... then reload the module with this:
//check if the interrupt is ours.
if (!(hwread(vortex->mmio, VORTEX_STAT) & 0x1))
{
printk ("vortex: Interrupt not ours\n");
return IRQ_NONE;
}
I get _exactly_ 100,000 copies of that printout, and then the interrupt
is disabled with a 'nobody cares' response. The first time, all
100,000 were on CPU0; the second time, 2 were on CPU0 and the other
99,998 on CPU1.
So it looks as if something gets wedged, and then the interrupt fires
continuously for no reason.
--
Daniel Jacobowitz
MontaVista Software Debian GNU/Linux Developer
next prev parent reply other threads:[~2004-04-06 22:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <BF1FE1855350A0479097B3A0D2A80EE0023E89C2@hdsmsx402.hd.intel.com>
2004-02-07 6:11 ` 2.6.2-rc3: irq#19 - nobody cared - with an au88xx Len Brown
2004-02-07 6:33 ` Daniel Jacobowitz
2004-04-06 18:02 ` Daniel Jacobowitz
2004-04-06 22:04 ` Daniel Jacobowitz [this message]
2004-04-06 23:43 ` Joshua Kwan
2004-04-07 4:08 Brown, Len
2004-04-07 14:59 ` Daniel Jacobowitz
2004-04-12 18:51 ` Daniel Jacobowitz
2004-04-12 21:28 ` Daniel Jacobowitz
2004-04-12 21:51 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2004-02-07 4:42 Daniel Jacobowitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040406220428.GA28882@nevyn.them.org \
--to=dan@debian.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).