[PATCH] acpi: method: remove resource descriptor field "_INT" from method/object list

Alex Hung alex.hung at canonical.com
Fri Nov 29 03:33:31 UTC 2013


Signed-off-by: Alex Hung <alex.hung at canonical.com>
---
 src/acpi/method/method.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/acpi/method/method.c b/src/acpi/method/method.c
index 0f3622c..cd6eadc 100644
--- a/src/acpi/method/method.c
+++ b/src/acpi/method/method.c
@@ -121,7 +121,6 @@
  * _HRV  6.1.6		Y
  * _IFT  IPMI		Y
  * _INI  6.5.1		Y
- * _INT  19.1.8		N
  * _IRC  7.2.13		Y
  * _Lxx  5.6.4.1	n/a
  * _LCK  6.3.4		Y
@@ -5151,9 +5150,6 @@ static fwts_framework_minor_test method_tests[] = {
 	{ method_test_S5,  "Test _S5  (System S5 State)." },
 	{ method_test_WAK, "Test _WAK (System Wake)." },
 
-	/* Section 19 */
-	/* { method_test_INT, "Test _INT (Interrupts)." }, */
-
 	/* Appendix B, ACPI Extensions for Display Adapters */
 
 	{ method_test_ADR, "Test _ADR (Return Unique ID for Device)." },
-- 
1.8.1.2




More information about the fwts-devel mailing list