[PATCH] acpi: dmar: Make this test no longer experimental.

Keng-Yu Lin kengyu at canonical.com
Wed Dec 12 08:06:03 UTC 2012


On Fri, Dec 7, 2012 at 8:46 AM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> The dmar test has been experimental for a long while and I think
> it is time to mark it as a normal batch test since nobody has been
> complaining that it gives false results.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/acpi/dmar/dmar.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/dmar/dmar.c b/src/acpi/dmar/dmar.c
> index ba1b0ee..c5bf9ae 100644
> --- a/src/acpi/dmar/dmar.c
> +++ b/src/acpi/dmar/dmar.c
> @@ -336,6 +336,6 @@ static fwts_framework_ops dmar_ops = {
>         .minor_tests = dmar_tests
>  };
>
> -FWTS_REGISTER(dmar, &dmar_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH_EXPERIMENTAL);
> +FWTS_REGISTER(dmar, &dmar_ops, FWTS_TEST_ANYTIME, FWTS_FLAG_BATCH);
>
>  #endif
> --
> 1.8.0
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>



More information about the fwts-devel mailing list