Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46375
b: refs/heads/master
c: 977a622
h: refs/heads/master
i:
  46373: 003048d
  46371: 3f94c59
  46367: d06fe3e
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Feb 3, 2007
1 parent ecb7184 commit bdc2016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 0fab8997f18f71b2391e72e49d8d31a395352dcc
refs/heads/master: 977a6226feae3e2c10a4d8227625ff0f04b49239
4 changes: 1 addition & 3 deletions trunk/drivers/acpi/executer/exutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void acpi_ex_enter_interpreter(void)
{
acpi_status status;

ACPI_FUNCTION_TRACE(ex_reacquire_interpreter);
ACPI_FUNCTION_TRACE(ex_enter_interpreter);

status = acpi_ut_acquire_mutex(ACPI_MTX_INTERPRETER);
if (ACPI_FAILURE(status)) {
Expand Down Expand Up @@ -116,7 +116,6 @@ void acpi_ex_enter_interpreter(void)

void acpi_ex_reacquire_interpreter(void)
{

ACPI_FUNCTION_TRACE(ex_reacquire_interpreter);

/*
Expand Down Expand Up @@ -185,7 +184,6 @@ void acpi_ex_exit_interpreter(void)

void acpi_ex_relinquish_interpreter(void)
{

ACPI_FUNCTION_TRACE(ex_relinquish_interpreter);

/*
Expand Down

0 comments on commit bdc2016

Please sign in to comment.