Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262097AbVCJWLg (ORCPT ); Thu, 10 Mar 2005 17:11:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262913AbVCJWDa (ORCPT ); Thu, 10 Mar 2005 17:03:30 -0500 Received: from pimout1-ext.prodigy.net ([207.115.63.77]:2799 "EHLO pimout1-ext.prodigy.net") by vger.kernel.org with ESMTP id S262806AbVCJVvU (ORCPT ); Thu, 10 Mar 2005 16:51:20 -0500 Date: Thu, 10 Mar 2005 13:33:09 -0800 From: Chris Wedgwood To: Marcelo Tosatti Cc: LKML Subject: [PATCH] 2.4.x --- early boot code references check_acpi_pci() Message-ID: <20050310213309.GA17298@taniwha.stupidest.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 811 Lines: 22 For x86 (and friends) ACPI_BOOT=y (always) and this code wants to call check_acpi_pci(). Signed-off-by: Chris Wedgwood ===== arch/i386/kernel/earlyquirk.c 1.1 vs edited ===== --- 1.1/arch/i386/kernel/earlyquirk.c 2005-02-18 06:53:58 -08:00 +++ edited/arch/i386/kernel/earlyquirk.c 2005-03-10 13:29:55 -08:00 @@ -8,7 +8,7 @@ #include #include -#ifdef CONFIG_ACPI +#ifdef CONFIG_ACPI_BOOT static int __init check_bridge(int vendor, int device) { /* According to Nvidia all timer overrides are bogus. Just ignore - 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/