From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: [PATCH] Add config check for cpu hotplug code Date: Thu, 10 Dec 2009 13:43:03 -0800 Message-ID: <4B216B67.5040104@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Jiang, Yunhong" Cc: "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org On 12/09/09 20:14, Jiang, Yunhong wrote: > For acpi_parser branch. > > Add CONFIG check to xen_get_apic_id() and xen_hotplug_notifier(). > xen/acpi_processor doesn't work as a module. The module load fails with: acpi_processor: Unknown symbol xen_domain_type acpi_processor: Unknown symbol xen_start_info acpi_processor: Unknown symbol hypercall_page I think its missing a module license. J