Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141847
b: refs/heads/master
c: 4f70e37
h: refs/heads/master
i:
  141845: 96da6b6
  141843: 63a1f73
  141839: e6e443a
v: v3
  • Loading branch information
Bob Moore authored and Len Brown committed Mar 26, 2009
1 parent 20cb92f commit 344541e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 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: 3371c19c294a4cb3649aa4e84606be8a1d999e61
refs/heads/master: 4f70e371cdf6ab4f988fbaf2257e6259422ba662
5 changes: 4 additions & 1 deletion trunk/drivers/acpi/acpica/hwsleep.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ acpi_set_firmware_waking_vector(u32 physical_address)

ACPI_EXPORT_SYMBOL(acpi_set_firmware_waking_vector)

#if ACPI_MACHINE_WIDTH == 64
/*******************************************************************************
*
* FUNCTION: acpi_set_firmware_waking_vector64
Expand All @@ -100,7 +101,8 @@ ACPI_EXPORT_SYMBOL(acpi_set_firmware_waking_vector)
* RETURN: Status
*
* DESCRIPTION: Sets the 64-bit X_firmware_waking_vector field of the FACS, if
* it exists in the table.
* it exists in the table. This function is intended for use with
* 64-bit host operating systems.
*
******************************************************************************/
acpi_status
Expand All @@ -124,6 +126,7 @@ acpi_set_firmware_waking_vector64(u64 physical_address)
}

ACPI_EXPORT_SYMBOL(acpi_set_firmware_waking_vector64)
#endif

/*******************************************************************************
*
Expand Down
8 changes: 4 additions & 4 deletions trunk/include/acpi/acpixf.h
Original file line number Diff line number Diff line change
Expand Up @@ -351,11 +351,11 @@ acpi_status acpi_get_register_unlocked(u32 register_id, u32 *return_value);

acpi_status acpi_set_register(u32 register_id, u32 value);

acpi_status
acpi_set_firmware_waking_vector(u32 physical_address);
acpi_status acpi_set_firmware_waking_vector(u32 physical_address);

acpi_status
acpi_set_firmware_waking_vector64(u64 physical_address);
#if ACPI_MACHINE_WIDTH == 64
acpi_status acpi_set_firmware_waking_vector64(u64 physical_address);
#endif

acpi_status acpi_read(u32 *value, struct acpi_generic_address *reg);

Expand Down

0 comments on commit 344541e

Please sign in to comment.