Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 30 Apr 2002 04:12:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 30 Apr 2002 04:12:14 -0400 Received: from swazi.realnet.co.sz ([196.28.7.2]:29836 "HELO netfinity.realnet.co.sz") by vger.kernel.org with SMTP id ; Tue, 30 Apr 2002 04:12:13 -0400 Date: Tue, 30 Apr 2002 09:51:57 +0200 (SAST) From: Zwane Mwaikambo X-X-Sender: zwane@netfinity.realnet.co.sz To: blitzkrieg Cc: linux-kernel@vger.kernel.org Subject: Re: 2.5.11 SMP, APIC, build breaks In-Reply-To: <20020429191540.A12574@slackware.alcatrazz.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 29 Apr 2002, blitzkrieg wrote: > HI, > I was trying to compile 2.5.11, I noticed that if > # CONFIG_SMP is not set > > and > > # CONFIG_X86_LOCAL_APIC is not set > # CONFIG_X86_IO_APIC is not set Basically, that code needs CONFIG_X86_LOCAL_APIC, which is set for SMP or Local-APIC on UP (no IOAPIC needed). -dj has the following which fixes that dependancy. dep_bool 'check for P4 thermal throttling interrupt.' \ CONFIG_X86_MCE_P4THERMAL $CONFIG_X86_MCE $CONFIG_X86_LOCAL_APIC It'll get fixed when that stuff gets merged from -dj (where it originates from). For now simply enabling CONFIG_X86_LOCAL_APIC should suffice. Thanks, Zwane Mwaikambo -- http://function.linuxpower.ca - 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/