From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH 3/3] Xen pad logic and notification Date: Sun, 19 Feb 2012 13:24:28 -0500 Message-ID: <20120219182428.GB11882@phenom.dumpdata.com> References: <20120217143727.GC29110@phenom.dumpdata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: "Liu, Jinsong" Cc: "xen-devel@lists.xensource.com" , Kernel development list , "Li, Shaohua" , Jan Beulich , "keir.xen@gmail.com" , "linux-acpi@vger.kernel.org" , "lenb@kernel.org" List-Id: linux-acpi@vger.kernel.org > >> +#ifdef CONFIG_ACPI_PROCESSOR_AGGREGATOR > > > > How does that work when the the driver is booted under baremetal? > > Won't it kick out the native ACPI_PROCESSOR_AGGREGATOR_CLASS > > (acpi_pad.c) ? > > > > What about if the other ACPI_PROCESSOR_AGGREGATOR_CLASS gets called > > first? Won't this fail? > > > > Or is the acpi_bus_register_driver smart enough to process more than > > one ACPI bus device? > > When driver booted under baremetal, xen_acpi_pad.c would be disabled and native acpi_pad.c logic would work. Ah right. It is b/c it uses the pvops indirection mechanism.