]> err.no Git - linux-2.6/blobdiff - include/acpi/acstruct.h
ACPICA 20050526 from Bob Moore <robert.moore@intel.com>
[linux-2.6] / include / acpi / acstruct.h
index c97843f6bcbc2302485985478d863173ff8907e8..4e926457bd2f29ad7947178e47bbc45bc4b7a0ee 100644 (file)
@@ -56,7 +56,6 @@
  * Walk state - current state of a parse tree walk.  Used for both a leisurely stroll through
  * the tree (for whatever reason), and for control method execution.
  */
-
 #define ACPI_NEXT_OP_DOWNWARD       1
 #define ACPI_NEXT_OP_UPWARD         2
 
@@ -79,7 +78,7 @@ struct acpi_walk_state
        u8                                  return_used;
        u16                                 opcode;                             /* Current AML opcode */
        u8                                  scope_depth;
-       u8                                  reserved1;
+       u8                                  pass_number;                        /* Parse pass during table load */
        u32                                 arg_count;                          /* push for fixed or var args */
        u32                                 aml_offset;
        u32                                 arg_types;