Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751790AbYKLHxR (ORCPT ); Wed, 12 Nov 2008 02:53:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751078AbYKLHxA (ORCPT ); Wed, 12 Nov 2008 02:53:00 -0500 Received: from vms046pub.verizon.net ([206.46.252.46]:54160 "EHLO vms046pub.verizon.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751022AbYKLHxA (ORCPT ); Wed, 12 Nov 2008 02:53:00 -0500 Date: Wed, 12 Nov 2008 02:52:57 -0500 (EST) From: Len Brown Subject: Re: Update: "nobody cared" on Toshiba Satellite A100 In-reply-to: <490E1207.9050508@superonline.com> X-X-Sender: lenb@localhost.localdomain To: "M. Vefa Bicakci" Cc: Stefan Assmann , Sven-Thorsten Dietrich , Olaf Dabrunz , linux-kernel@vger.kernel.org Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII References: <48FB3ED5.60904@superonline.com> <1224431722.26279.4.camel@sven.thebigcorporation.com> <48FB6321.7030501@superonline.com> <48FC38AE.3030007@suse.de> <48FD0152.60907@superonline.com> <48FDFB97.1050208@suse.de> <490E1207.9050508@superonline.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 996 Lines: 29 > > 2. try the irqpoll option > > I have compiled 2.6.27.4 with the spurious interrupt patch you provided, > and I have booted it with the irqpoll option. Currently I am waiting for > a "nobody cared" message. When an interrupt arrives and linux finds no driver on that IRQ willing to claim it, "irqpoll" causes Linux to search other IRQs to find some other device driver that is looking for an interrupt. So if the problem is that a device is provoking interrupts on the wrong IRQ, you will not see the "nobody cared" message when "irqpoll" is used. > By the way, would I get any messages from the kernel if one of the IRQs > was not handled properly and hence the functionality enabled by "irqpoll" > was used? No. irqpoll is silent. -Len -- 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/