From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763121AbYECKEG (ORCPT ); Sat, 3 May 2008 06:04:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1759722AbYECKD4 (ORCPT ); Sat, 3 May 2008 06:03:56 -0400 Received: from www.tglx.de ([62.245.132.106]:38225 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbYECKDz (ORCPT ); Sat, 3 May 2008 06:03:55 -0400 Date: Sat, 3 May 2008 12:02:37 +0200 (CEST) From: Thomas Gleixner To: Ingo Molnar cc: Adrian Bunk , "H. Peter Anvin" , Hiroshi Shimamoto , linux-kernel@vger.kernel.org Subject: Re: x86 git acpi issue? In-Reply-To: <20080503094551.GA10805@elte.hu> Message-ID: References: <481BAC6F.5090509@ct.jp.nec.com> <481BACEC.8080902@zytor.com> <20080503071332.GF5838@cs181133002.pp.htv.fi> <20080503094551.GA10805@elte.hu> 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 On Sat, 3 May 2008, Ingo Molnar wrote: > > Right. This Makefile is a nasty trap. I looked into it and the fix for > > now is below. Long term this Makefile trickery needs to be cleaned up > > to avoid trapping into this again. > > Thanks Thomas, i messed up that commit - i should have known that the > NUMAQ build fix looked _too_ easy ;-) Also the move of pci-$(CONFIG_ACPI) += acpi.o is what broke things. There is a nasty init function ordering problem as well between pci-$(CONFIG_ACPI) += acpi.o pci-y += legacy.o irq.o Sigh. tglx