[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 38/41] arm : acpi enable efi for acpi
>>> On 17.05.15 at 22:04, <parth.dixit@xxxxxxxxxx> 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |