From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jiri Slaby Subject: Re: irq 18: nobody cared after resume Date: Fri, 28 Aug 2009 11:16:50 +0200 Message-ID: <4A97A082.6040208@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bw0-f219.google.com ([209.85.218.219]:33591 "EHLO mail-bw0-f219.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751151AbZH1JQu (ORCPT ); Fri, 28 Aug 2009 05:16:50 -0400 In-Reply-To: Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: Zdenek Kabelac Cc: Linux Kernel Mailing List , linux-mmc@vger.kernel.org On 08/28/2009 10:48 AM, Zdenek Kabelac wrote: > /proc/interrrupts: > 18: 384 395 IO-APIC-fasteoi uhci_hcd:usb7, mmc0 ... > HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17 > irq 18: nobody cared (try booting with the "irqpoll" option) > Pid: 0, comm: swapper Not tainted 2.6.31-rc7-00059-ge716334 #19 > Call Trace: > [] __report_bad_irq+0x2b/0xa0 > [] note_interrupt+0x18a/0x1d0 > [] handle_fasteoi_irq+0xcd/0xf0 > [] handle_irq+0x49/0xa0 > [] do_IRQ+0x73/0xf0 > [] ret_from_intr+0x0/0xf > [] ? acpi_idle_enter_c1+0xa1/0xc0 > [] ? trace_hardirqs_on+0xd/0x10 > [] ? acpi_idle_enter_c1+0xa4/0xc0 > [] ? acpi_idle_enter_c1+0xa1/0xc0 > [] ? cpuidle_idle_call+0x9b/0xf0 > [] ? cpu_idle+0x6b/0xd0 > [] ? rest_init+0x7a/0x80 > [] ? start_kernel+0x38f/0x39b > [] ? x86_64_start_reservations+0x125/0x129 > [] ? x86_64_start_kernel+0xe1/0xe8 > handlers: > [] (usb_hcd_irq+0x0/0xa0 [usbcore]) The interesting thing is that there is no mmc handler. So it seems like mmc disabled the irq in kernel, but not in HW?