mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@digeo.com>
To: Shane Shrybman <shrybman@sympatico.ca>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.5.68-mmX: Drowning in irq 7: nobody cared!
Date: Mon, 5 May 2003 14:30:06 -0700	[thread overview]
Message-ID: <20030505143006.29c0301a.akpm@digeo.com> (raw)
In-Reply-To: <1052141029.2527.27.camel@mars.goatskin.org>

Shane Shrybman <shrybman@sympatico.ca> wrote:
>
> Hi,
> 
> I am getting a lot of these in the logs. This is with the ALSA emu10k1
> driver for a SB live card. This is a x86, UP, KT133 system with preempt
> enabled. The system seems to be running fine.
> 
> handlers:
> [<d8986540>] (gcc2_compiled.+0x0/0x390 [snd_emu10k1])
> irq 7: nobody cared!

Beats me.  Does this fix it up?

diff -puN sound/pci/emu10k1/irq.c~sound-irq-hack sound/pci/emu10k1/irq.c
--- 25/sound/pci/emu10k1/irq.c~sound-irq-hack	Mon May  5 14:28:58 2003
+++ 25-akpm/sound/pci/emu10k1/irq.c	Mon May  5 14:29:17 2003
@@ -147,5 +147,5 @@ irqreturn_t snd_emu10k1_interrupt(int ir
 			outl(IPR_FXDSP, emu->port + IPR);
 		}
 	}
-	return IRQ_RETVAL(handled);
+	return IRQ_HANDLED;
 }

_


  reply	other threads:[~2003-05-05 21:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-05 13:23 Shane Shrybman
2003-05-05 21:30 ` Andrew Morton [this message]
2003-05-06  9:35   ` Alan Cox
2003-05-06 10:41     ` Zwane Mwaikambo
2003-05-06 11:17       ` Alan Cox
2003-05-06 15:17     ` Andrew Morton
2003-05-06 15:07       ` Alan Cox
2003-05-06 16:12         ` Andrew Morton
2003-05-07 22:10   ` Shane Shrybman
2003-05-06 21:44 Chuck Ebbert

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=20030505143006.29c0301a.akpm@digeo.com \
    --to=akpm@digeo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=shrybman@sympatico.ca \
    /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

all inboxes | Powered by JetHome®