Al,
Yi Li has worked on enabling DMI Decode on ARM. This is working on v7 and most probably also on v8.
Do we need to enable this flag back?
Thanks Andrea
On Wednesday, November 13, 2013, wrote:
From: Al Stone <ahs3@redhat.com javascript:;>
Corrected #ifdef so that DMI is not used on ARM platforms.
Signed-off-by: Al Stone <al.stone@linaro.org javascript:;>
drivers/acpi/bus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index 7fcbc6a..b8ae608 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -512,9 +512,9 @@ void __init acpi_early_init(void)
acpi_gbl_permanent_mmap = 1;
-#ifdef CONFIG_X86 +#if !(defined(CONFIG_ARM) || defined(CONFIG_ARM64)) /*
* NB: ARM does not use DMI; only older Intel products do.
* NB: ARM does not use DMI at present. * * If the machine falls into the DMI check table, * DSDT will be copied to memory
-- 1.8.3.1
Linaro-acpi mailing list Linaro-acpi@lists.linaro.org javascript:; http://lists.linaro.org/mailman/listinfo/linaro-acpi