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

Colin King colin.king at canonical.com
Fri Dec 7 00:46:39 UTC 2012


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




More information about the fwts-devel mailing list