|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Errors while compiling stable-2.6.32.x
On Thu, May 27, 2010 at 09:21:09PM -0700, Jeremy Fitzhardinge wrote:
> On 05/27/2010 03:41 PM, Olivier B. wrote:
> > Hi,
> >
> > I'm trying to compile dom0 pv_ops kernel, the s table-2.6.32.x branch.
> >
> > I first obtained that error :
> >
> > drivers/acpi/processor_core.c:411: error: static declaration of
> > ?acpi_processor_add_fs? follows non-static declaration
> > include/acpi/processor.h:242: note: previous declaration of
> > ?acpi_processor_add_fs? was here
> > drivers/acpi/processor_core.c:415: error: static declaration of
> > ?acpi_processor_remove_fs? follows non-static declaration
> > include/acpi/processor.h:243: note: previous declaration of
> > ?acpi_processor_remove_fs? was here
> > make[3]: *** [drivers/acpi/processor_core.o] Erreur 1
> > make[2]: *** [drivers/acpi] Erreur 2
> > make[1]: *** [drivers] Erreur 2
> >
> >
> >
> > So I disabled ACPI, then I obtain this error :
>
> You need ACPI in dom0; I think there should probably be a dependency on
> it if there isn't already. This problem can be resolved by enabling
> CONFIG_ACPI_PROCFS.
>
I added this option to XenParavirtOps wiki page.
-- Pasi
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|