[PATCH] acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)
Colin King
colin.king at canonical.com
Thu Nov 14 15:43:46 UTC 2013
From: Colin Ian King <colin.king at canonical.com>
Working on the assumption that ARM based systems will be having ACPI
we may as well enable this for non-x86 architectures. Anyhow, one
can also load ACPI tables into fwts and test them using this test on
non-ACPI systems so we may has well include this test just on that
reason too.
Signed-off-by: Colin Ian King <colin.king at canonical.com>
---
src/acpi/syntaxcheck/syntaxcheck.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/acpi/syntaxcheck/syntaxcheck.c b/src/acpi/syntaxcheck/syntaxcheck.c
index 749bd1b..89e9dbc 100644
--- a/src/acpi/syntaxcheck/syntaxcheck.c
+++ b/src/acpi/syntaxcheck/syntaxcheck.c
@@ -18,8 +18,6 @@
*/
#include "fwts.h"
-#ifdef FWTS_ARCH_INTEL
-
#include <stdlib.h>
#include <stdio.h>
#include <sys/types.h>
@@ -621,5 +619,3 @@ static fwts_framework_ops syntaxcheck_ops = {
};
FWTS_REGISTER("syntaxcheck", &syntaxcheck_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH);
-
-#endif
--
1.8.3.2
More information about the fwts-devel
mailing list