WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: solution to xen_pcpu_index error

To: John Liu <bradevuu@xxxxxxxxx>
Subject: [Xen-users] Re: solution to xen_pcpu_index error
From: Todd Deshane <todd.deshane@xxxxxxx>
Date: Thu, 7 Jul 2011 00:01:46 -0400
Cc: xen-users@xxxxxxxxxxxxxxxxxxx, "Fajar A. Nugraha" <list@xxxxxxxxx>
Delivery-date: Wed, 06 Jul 2011 21:04:54 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=6HgM1rLK252DkRo5JcD68mqtge57fcz823g29NGZ0Fc=; b=UB4QnxSVf6GQhrVJuMc7A2KKBKPdMBKec2d/qQRlHPvV7SIJpIeXd8DT8V7WqR8PSc Hg+Eu2w5/gHWzS9QP+wmAy+j3M9YkSLXQVBczuB1gOoCTbiiLoqo4qp9fC5A7Vk3gpUc T8czecGwV5j6bkrhrX02LzjK/QoZ1TheCt0OQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <CADpQrfQc+5X=0JoYS57Lh5Lq-cJ78MkkTG0BgdhSdM=zYEPmgQ@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <CADpQrfQc+5X=0JoYS57Lh5Lq-cJ78MkkTG0BgdhSdM=zYEPmgQ@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
On Wed, Jul 6, 2011 at 8:06 PM, John Liu <bradevuu@xxxxxxxxx> wrote:
> Hi,
>
> When compiling dom0 kernel, I came across the ERROR: "xen_pcpu_index"
> [drivers/acpi/processor.ko] undefined reference.
> (drivers/acpi/processor_xen.c)
>
> xen_pcpu_index is an extern function defined in drivers/xen/pcpu.c,
> which will be used by processor_xen.c.    If xen drivers are not
> included in .config, pcpu.o will not be generated and thus that
> undefined reference will occur.
>
> Solution: included all modules(especially drivers) required by XEN in
> .config[more details in
> http://wiki.xensource.com/xenwiki/XenParavirtOps]. Meanwhile if
> necessary drivers are not built, dom0 cannot work. Here is a reference
> .config file(for x86_64): http://pastebin.com/NAV1iUG3 (thank Fajar
> for providing this link)
>

Is there a good way to be more explicit on the wiki page so that
others don't have the same confusion?

Thanks,
Todd

> Hope this help!
>
> --
> Liu
>



-- 
Todd Deshane
http://www.linkedin.com/in/deshantm
http://www.xen.org/products/cloudxen.html
http://runningxen.com/

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>