Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 14 Feb 2003 07:25:01 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 14 Feb 2003 07:25:01 -0500 Received: from [81.80.245.157] ([81.80.245.157]:7136 "EHLO smtp-out.fr.alcove.com") by vger.kernel.org with ESMTP id ; Fri, 14 Feb 2003 07:25:00 -0500 Date: Fri, 14 Feb 2003 13:34:34 +0100 From: Stelian Pop To: Jan Dittmer Cc: mingo@redhat.com, Linux Kernel Mailing List Subject: Re: Compile failure in include/asm-i386/mach-default/mach_apic.h Message-ID: <20030214123433.GD15048@cedar.alcove-fr> Reply-To: Stelian Pop Mail-Followup-To: Stelian Pop , Jan Dittmer , mingo@redhat.com, Linux Kernel Mailing List References: <3E4CC6A3.9020102@portrix.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3E4CC6A3.9020102@portrix.net> User-Agent: Mutt/1.3.25i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1131 Lines: 37 On Fri, Feb 14, 2003 at 11:36:19AM +0100, Jan Dittmer wrote: > I need to include asm/apic.h and asm/mpspec.h in > include/asm-i386/mach-default/mach_apic.h to compile current 2.5.60 bk tree. > .config attached. Didn't find it on lkml. > Uniprocessor w/ local apic enabled, but happens also with local apic > disabled. > Is this the correct fix? I think the patch below is better... Stelian. ===== arch/i386/kernel/acpi/boot.c 1.21 vs edited ===== --- 1.21/arch/i386/kernel/acpi/boot.c Thu Feb 13 18:51:14 2003 +++ edited/arch/i386/kernel/acpi/boot.c Fri Feb 14 10:18:03 2003 @@ -24,8 +24,11 @@ */ #include +#include #include #include +#include +#include #include #include -- Stelian Pop Alcove - http://www.alcove.com - 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/