Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757015AbYFCKzl (ORCPT ); Tue, 3 Jun 2008 06:55:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753158AbYFCKzd (ORCPT ); Tue, 3 Jun 2008 06:55:33 -0400 Received: from www.tglx.de ([62.245.132.106]:37319 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535AbYFCKzc (ORCPT ); Tue, 3 Jun 2008 06:55:32 -0400 Date: Tue, 3 Jun 2008 12:55:11 +0200 (CEST) From: Thomas Gleixner To: Olaf Dabrunz cc: Ingo Molnar , "H. Peter Anvin" , Jon Masters , LKML , Stefan Assmann , "Eric W. Biederman" , Jesse Barnes Subject: Re: [PATCH 6/7] disable pci legacy boot irq quirks on noapic boot In-Reply-To: <12124107071424-git-send-email-od@suse.de> Message-ID: References: <12124107071847-git-send-email-od@suse.de> <12124107071424-git-send-email-od@suse.de> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1277 Lines: 46 On Mon, 2 Jun 2008, Olaf Dabrunz wrote: > From: Stefan Assmann > > Don't enable pci boot irq quirks when falling back to pic, this would > break interrupt routing. > > Signed-off-by: Stefan Assmann > Signed-off-by: Olaf Dabrunz > --- > include/asm-x86/io_apic.h | 3 +++ > 1 files changed, 3 insertions(+), 0 deletions(-) > > diff --git a/include/asm-x86/io_apic.h b/include/asm-x86/io_apic.h > index 5b1292f..461771c 100644 > --- a/include/asm-x86/io_apic.h > +++ b/include/asm-x86/io_apic.h > @@ -151,8 +151,11 @@ extern int skip_ioapic_setup; > /* 1 if the timer IRQ uses the '8259A Virtual Wire' mode */ > extern int timer_through_8259; > > +extern int nobootirqquirk; > + declarations in headers please. > static inline void disable_ioapic_setup(void) > { > + nobootirqquirk = 1; This logic needs to be default disabled anyway. > skip_ioapic_setup = 1; > } > > -- > 1.5.2.4 > > -- > Olaf Dabrunz (od/odabrunz), SUSE Linux Products GmbH, N??rnberg > -- 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/