|
|
|
|
|
|
|
|
|
|
xen-devel
Re: PV drvier build failure -- RE: [Xen-devel] First release candidate f
> /home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/plat
> form-pci/machine_reboot.c:61: error: void value not ignored as it ought
> to be
> make[2]: ***
> [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla
> tform-pci/machine_reboot.o] Error 1
> make[1]: ***
> [/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux-2.6/pla
> tform-pci] Error 2
> make: ***
> [_module_/home/build/xen_3.2_pae-16821-20080325/unmodified_drivers/linux
> -2.6] Error 2
Fixed by 3.2-testing changeset 16822.
Thanks,
Keir
>
> in patform-pci/machine_reboot.c:61:
> static int bp_suspend(void)
> {
> int suspend_cancelled;
>
> BUG_ON(!irqs_disabled());
>
> suspend_cancelled = HYPERVISOR_shutdown(SHUTDOWN_suspend);
>
>
> while in include/asm/hypervisor.h:259, HYPERVISOR_shutdown is defined as
> void type:
>
> static inline void /*__noreturn*/
> HYPERVISOR_shutdown(
> unsigned int reason)
>
>
>
> -- haicheng
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|