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

Alex Hung alex.hung at canonical.com
Mon Dec 17 07:00:08 UTC 2012


On 12/07/2012 08:46 AM, Colin King 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
>
Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list