>>> On 24.11.15 at 04:39, wrote:
> On 2015/11/23 19:35, Jan Beulich wrote:
> On 23.11.15 at 12:24, wrote:
>>> On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote:
--- a/xen/drivers/acpi/osl.c
+++ b/xen/drivers/acpi/osl.c
@@ -78,7 +78,9 @@ acpi_physical_address __init
acpi_
On 2015/11/23 19:35, Jan Beulich wrote:
On 23.11.15 at 12:24, wrote:
>> On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote:
>>> From: Shannon Zhao
>>>
>>> With the addition of ARM64 that does not have a traditional BIOS to
>>> scan, add a #ifdef option for x86 to do the traditional BIOS sc
>>> On 23.11.15 at 12:24, wrote:
> On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote:
>> From: Shannon Zhao
>>
>> With the addition of ARM64 that does not have a traditional BIOS to
>> scan, add a #ifdef option for x86 to do the traditional BIOS scanning
>> for tables.
>>
>> Signed-off-by: Sha
On Tue, 17 Nov 2015, shannon.z...@linaro.org wrote:
> From: Shannon Zhao
>
> With the addition of ARM64 that does not have a traditional BIOS to
> scan, add a #ifdef option for x86 to do the traditional BIOS scanning
> for tables.
>
> Signed-off-by: Shannon Zhao
> ---
> xen/drivers/acpi/osl.c
From: Shannon Zhao
With the addition of ARM64 that does not have a traditional BIOS to
scan, add a #ifdef option for x86 to do the traditional BIOS scanning
for tables.
Signed-off-by: Shannon Zhao
---
xen/drivers/acpi/osl.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xen/drivers/acpi