>>> On 17.05.15 at 22:04, <parth.di...@linaro.org> wrote:
> @@ -104,6 +105,7 @@ static void __init parse_acpi_param(char *s)
>      else if ( !strcmp(s, "force") )
>      {
>          acpi_disabled = 0;
> +        efi_enabled = 1;

What has "acpi=force" to do with EFI?

> --- a/xen/include/xen/efi.h
> +++ b/xen/include/xen/efi.h
> @@ -5,7 +5,7 @@
>  #include <xen/types.h>
>  #endif
>  
> -extern const bool_t efi_enabled;
> +extern bool_t efi_enabled;

Doesn't this break the x86 build?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to