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

Keng-Yu Lin kengyu at canonical.com
Fri Nov 15 05:58:08 UTC 2013


On Thu, Nov 14, 2013 at 11:43 PM, Colin King <colin.king at canonical.com> 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
> --
> 1.8.3.2
>

Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list