Thread (212 messages) 212 messages, 10 authors, 2016-01-08
STALE3799d

[PATCH v3 05/62] acpi: Don't do traditional BIOS table scan for ARM64

From: shannon.zhao at linaro.org <hidden>
Date: 2015-11-17 09:40:04
Also in: xen-devel
Subsystem: the rest · Maintainer: Linus Torvalds

From: Shannon Zhao <redacted>

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 <redacted>
---
 xen/drivers/acpi/osl.c | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/xen/drivers/acpi/osl.c b/xen/drivers/acpi/osl.c
index ce15470..db74a90 100644
--- a/xen/drivers/acpi/osl.c
+++ b/xen/drivers/acpi/osl.c
@@ -78,7 +78,9 @@ acpi_physical_address __init acpi_os_get_root_pointer(void)
 	} else {
 		acpi_physical_address pa = 0;
 
+		#ifdef CONFIG_X86
 		acpi_find_root_pointer(&pa);
+		#endif
 		return pa;
 	}
 }
-- 
2.1.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help