From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Grundler Subject: Re: [patch 2/2] PNP: don't check disabled PCI BARs for conflicts in quirk_system_pci_resources() Date: Wed, 1 Oct 2008 00:13:28 -0600 Message-ID: <20081001061328.GD7348@colo.lackof.org> References: <48E11EFA.8010402@keyaccess.nl> <48E1EF0E.8030006@keyaccess.nl> <48E24C6F.3030903@keyaccess.nl> <20080930193819.GA29860@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-pci-owner@vger.kernel.org To: Linus Torvalds Cc: Ingo Molnar , Arjan van de Ven , Rene Herman , Bjorn Helgaas , Jesse Barnes , Len Brown , Frans Pop , "Rafael J. Wysocki" , Linux Kernel Mailing List , linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, Adam Belay , Avuton Olrich , Karl Bellve , Willem Riede , Matthew Hall , Sam Ravnborg List-Id: linux-acpi@vger.kernel.org On Tue, Sep 30, 2008 at 12:51:07PM -0700, Linus Torvalds wrote: .... > But I think we could add a separate notion of a dependancy point, and have > a setup where we describe "initcall X needs to happen before point A" and > "initcall Z needs to happen after point A". > > And then we can create a separate set of these dependency points, so that > X and Y don't have to know about each other, they just have to have some > knowledge about some common synchronization point - one that exists > regardless of whether X or Y are even compiled in! We already do this today. :) Definitions are in include/linux/init.h. Point A would be "early" ("run before initialing SMP") The rest could use better definitions and AFAICT aren't that much better than being named "Point B". hth, grant