Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760027AbYGJSMy (ORCPT ); Thu, 10 Jul 2008 14:12:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753088AbYGJSMq (ORCPT ); Thu, 10 Jul 2008 14:12:46 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:43785 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752721AbYGJSMp (ORCPT ); Thu, 10 Jul 2008 14:12:45 -0400 Date: Thu, 10 Jul 2008 20:12:34 +0200 From: Ingo Molnar To: Robert Richter Cc: Thomas Gleixner , LKML Subject: Re: [PATCH 0/5] x86/pci: patches for tip/x86/unify-pci Message-ID: <20080710181234.GA32174@elte.hu> References: <1215709106-9182-1-git-send-email-robert.richter@amd.com> <20080710171721.GA19737@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080710171721.GA19737@elte.hu> User-Agent: Mutt/1.5.18 (2008-05-17) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1657 Lines: 43 * Ingo Molnar wrote: > * Robert Richter wrote: > > > This patch series contains patches for tip/x86/unify-pci. It fixes > > NUMA initialization code reflecting latest changes in tip/master. > > Also there are build fixes and minor cleanups. Patch #5 is a cherry > > pick that fixes build on UP systems. Code reboots for smp/nosmp, > > acpi/noacpi, numaq, 32/64bit. It compiles for visws. > > thanks Robert. Today i've eliminated the VISWS subarch which greatly > simplified your series. I've picked up these two fixes: > > Robert Richter (2): > x86/pci merge: fixing numaq initialization > x86/pci: fix warnings in subsys_initcall functions btw., this is how arch/x86/pci/Makefile looks like now in tip/master: -----------------------------------------> pci-y := fixup.o pci-$(CONFIG_ACPI) += acpi.o pci-y += legacy.o irq.o pci-$(CONFIG_X86_VISWS) += visws.o pci-$(CONFIG_X86_NUMAQ) += numa.o obj-y += $(pci-y) common.o early.o obj-y += amd_bus.o <----------------------------------------- it's _really_ clean now, and we dont have those weird overrides anymore. Both VisWS and NUMAQ are now two straightforward runtime PCI overrides - not build-time complications. Much more maintainable i think. Ingo -- 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/