]> err.no Git - linux-2.6/blobdiff - include/acpi/acconfig.h
ACPICA 20050408 from Bob Moore
[linux-2.6] / include / acpi / acconfig.h
index 2b41e47b7d80944e5c290908cd91c90a2f12d0cf..2f6ab189fc6f0703ef65d00f2c1712cf55ffef0d 100644 (file)
@@ -64,7 +64,7 @@
 
 /* Version string */
 
-#define ACPI_CA_VERSION                 0x20050309
+#define ACPI_CA_VERSION                 0x20050408
 
 /*
  * OS name, used for the _OS object.  The _OS object is essentially obsolete,
 #define ACPI_MAX_GPE_BLOCKS             2
 #define ACPI_GPE_REGISTER_WIDTH         8
 
-/*
- * Method info (in WALK_STATE), containing local variables and argumetns
- */
+/* Method info (in WALK_STATE), containing local variables and argumetns */
+
 #define ACPI_METHOD_NUM_LOCALS          8
 #define ACPI_METHOD_MAX_LOCAL           7