Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761903AbYFBNwj (ORCPT ); Mon, 2 Jun 2008 09:52:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756723AbYFBNv7 (ORCPT ); Mon, 2 Jun 2008 09:51:59 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37752 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754624AbYFBNv5 (ORCPT ); Mon, 2 Jun 2008 09:51:57 -0400 From: Olaf Dabrunz To: Thomas Gleixner Cc: Ingo Molnar , "H. Peter Anvin" , Jon Masters , linux-kernel@vger.kernel.org, Olaf Dabrunz , Stefan Assmann Subject: [PATCH 6/7] disable pci legacy boot irq quirks on noapic boot Date: Mon, 2 Jun 2008 14:45:06 +0200 Message-Id: <12124107071424-git-send-email-od@suse.de> X-Mailer: git-send-email 1.5.2.4 In-Reply-To: <12124107071847-git-send-email-od@suse.de> References: <12124107071847-git-send-email-od@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1086 Lines: 38 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; + static inline void disable_ioapic_setup(void) { + nobootirqquirk = 1; 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/