From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751639AbYC3Ans (ORCPT ); Sat, 29 Mar 2008 20:43:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750962AbYC3Ani (ORCPT ); Sat, 29 Mar 2008 20:43:38 -0400 Received: from rv-out-0910.google.com ([209.85.198.189]:36426 "EHLO rv-out-0910.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750918AbYC3Anh convert rfc822-to-8bit (ORCPT ); Sat, 29 Mar 2008 20:43:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=RDxOhjIdTu6rzMiZXi0jYp+Rp/bxsptHh8fXRA5P/+rKDUUSmzfYeWA2liZflzFf6DMJ/jPYkaO7p9z2FyVbPL10YdMJl4CMxs1yK58R0nVpXel86ppy58hmZESfHjyVvaGwNVCQFwmKmr99PdkxO+RK6xS7enNNwHIugA5oXus= Message-ID: <86802c440803291743i596678cem4f8ff727f208d2d3@mail.gmail.com> Date: Sat, 29 Mar 2008 17:43:35 -0700 From: "Yinghai Lu" To: "=?ISO-8859-1?Q?N=E9meth_M=E1rton?=" Subject: Re: [PATCH 3/3] [2.6.25-rc5] Warn user about a BIOS bug in recent asus boards Cc: "Zhang, Rui" , "Len Brown" , trenn@suse.de, linux-acpi , "kernel list" In-Reply-To: <47D99970.4010906@freemail.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Content-Disposition: inline References: <1205280392.8194.46.camel@linux-2bdv.site> <200803120010.41373.lenb@kernel.org> <200803120140.14243.lenb@kernel.org> <1205300688.2240.47.camel@acpi-hp-zz.sh.intel.com> <1205305945.2240.56.camel@acpi-hp-zz.sh.intel.com> <1205391787.2240.71.camel@acpi-hp-zz.sh.intel.com> <47D99970.4010906@freemail.hu> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2008/3/13 Németh Márton : > > [ 0.715787] ACPI: PCI Interrupt 0000:00:0c.0[A] -> GSI 16 (level, low) -> IRQ 16 ... > [ 25.037202] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 16 ... > [ 86.320860] irq 16: nobody cared (try booting with the "irqpoll" option) > [ 86.320860] Pid: 0, comm: swapper Not tainted 2.6.25-rc5 #1 > [ 86.320860] [] __report_bad_irq+0x27/0x90 > [ 86.320860] [] note_interrupt+0x236/0x270 > [ 86.320860] [] ? handle_IRQ_event+0x53/0x60 > [ 86.320860] [] handle_fasteoi_irq+0x7a/0xd0 > [ 86.320860] [] do_IRQ+0x44/0xa0 > [ 86.320860] [] common_interrupt+0x2e/0x34 > [ 86.320860] [] ? finish_task_switch+0x59/0xc0 > [ 86.320860] [] ? finish_task_switch+0x0/0xc0 > [ 86.320860] [] schedule+0x2b6/0x470 > [ 86.320860] [] ? acpi_processor_idle+0x0/0x436 [processor] > [ 86.320860] [] cpu_idle+0xb5/0xd0 > [ 86.320860] [] rest_init+0x5c/0x60 > [ 86.320860] ======================= > [ 86.320860] handlers: > [ 86.320860] [] (yenta_interrupt+0x0/0xe0 [yenta_socket]) > [ 86.320860] [] (via_driver_irq_handler+0x0/0x1c0 [via]) > [ 86.320860] Disabling IRQ #16 wonder if other device is using IRQ #16 too. can you boot with pci=routeirq to check that? YH