ACK: [PATCH] acpi: syntaxcheck: non-x86 may have ACPI support (LP: #1251293)

Alex Hung alex.hung at canonical.com
Fri Nov 15 02:16:34 UTC 2013


On 11/14/2013 11:43 PM, Colin King wrote:
> 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
>

Acked-by: Alex Hung <alex.hung at canonical.com>

-- 
Cheers,
Alex Hung



More information about the fwts-devel mailing list