Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150991
b: refs/heads/master
c: 8eb7b24
h: refs/heads/master
i:
  150989: fa542b3
  150987: 4483054
  150983: 1053a62
  150975: e80e1a0
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed May 27, 2009
1 parent eb1daea commit efe78d1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: b74be6119e9e38390395f08767b7c84de9023b38
refs/heads/master: 8eb7b2477c4e4fec4788605e4edb5f7acafb59ff
4 changes: 2 additions & 2 deletions trunk/drivers/acpi/acpica/hwregs.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ acpi_status acpi_hw_clear_acpi_status(void)

ACPI_FUNCTION_TRACE(hw_clear_acpi_status);

ACPI_DEBUG_PRINT((ACPI_DB_IO, "About to write %04X to %0llX\n",
ACPI_DEBUG_PRINT((ACPI_DB_IO, "About to write %04X to %8.8X%8.8X\n",
ACPI_BITMASK_ALL_FIXED_STATUS,
acpi_gbl_xpm1a_status.address));
ACPI_FORMAT_UINT64(acpi_gbl_xpm1a_status.address)));

lock_flags = acpi_os_acquire_lock(acpi_gbl_hardware_lock);

Expand Down
4 changes: 4 additions & 0 deletions trunk/include/acpi/platform/acgcc.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@
*/
#define ACPI_UNUSED_VAR __attribute__ ((unused))

#ifdef _ANSI
#define inline
#endif

#endif /* __ACGCC_H__ */

0 comments on commit efe78d1

Please sign in to comment.