Re: [Xen-devel] [PATCH v4 04/10] acpi: Don't do traditional BIOS table scan for ARM64

2016-01-18 Thread Shannon Zhao
On 2016/1/18 21:29, Jan Beulich wrote: On 16.01.16 at 06:01, wrote: >> > --- a/xen/drivers/acpi/tables/tbxfroot.c >> > +++ b/xen/drivers/acpi/tables/tbxfroot.c >> > @@ -49,6 +49,12 @@ >> > #define _COMPONENT ACPI_TABLES >> > ACPI_MODULE_NAME("tbxfroot") >> > >> > +#ifdef CONFIG

Re: [Xen-devel] [PATCH v4 04/10] acpi: Don't do traditional BIOS table scan for ARM64

2016-01-18 Thread Jan Beulich
>>> On 16.01.16 at 06:01, wrote: > --- a/xen/drivers/acpi/tables/tbxfroot.c > +++ b/xen/drivers/acpi/tables/tbxfroot.c > @@ -49,6 +49,12 @@ > #define _COMPONENT ACPI_TABLES > ACPI_MODULE_NAME("tbxfroot") > > +#ifdef CONFIG_ARM > +acpi_status __init acpi_find_root_pointer(acpi_native_u

[Xen-devel] [PATCH v4 04/10] acpi: Don't do traditional BIOS table scan for ARM64

2016-01-15 Thread Shannon Zhao
From: Shannon Zhao With the addition of ARM64 that does not have a traditional BIOS to scan, stub out acpi_find_root_pointer to do nothing for ARM. Cc: Jan Beulich Signed-off-by: Shannon Zhao --- v4: stub out acpi_find_root_pointer fro ARM --- xen/drivers/acpi/tables/tbxfroot.c | 7 +++ 1