Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46384
b: refs/heads/master
c: cb219bb
h: refs/heads/master
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 2fb5d9b commit 34f4678
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 65e4b9b05dc10ee84b5c9fc3039fbcc6863743d7
refs/heads/master: cb219bb6bf6f8cabdf07fbbca8487eee5a91ff05
1 change: 1 addition & 0 deletions trunk/drivers/acpi/utilities/utxface.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ acpi_status acpi_initialize_subsystem(void)

ACPI_FUNCTION_TRACE(acpi_initialize_subsystem);

acpi_gbl_startup_flags = ACPI_SUBSYSTEM_INITIALIZE;
ACPI_DEBUG_EXEC(acpi_ut_init_stack_ptr_trace());

/* Initialize the OS-Dependent layer */
Expand Down
3 changes: 2 additions & 1 deletion trunk/include/acpi/actypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,8 @@ typedef u64 acpi_integer;
/*
* Initialization state
*/
#define ACPI_INITIALIZED_OK 0x01
#define ACPI_SUBSYSTEM_INITIALIZE 0x01
#define ACPI_INITIALIZED_OK 0x02

/*
* Power state values
Expand Down

0 comments on commit 34f4678

Please sign in to comment.