Skip to content

Commit

Permalink
ACPICA: Add new subsystem state bit that is set after SubsystemInitia…
Browse files Browse the repository at this point in the history
…lize is called

Signed-off-by: Alexey Starikovskiy <alexey.y.starikovskiy@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent 65e4b9b commit cb219bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions 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 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 cb219bb

Please sign in to comment.