Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39276
b: refs/heads/master
c: 53a5fbd
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 11, 2006
1 parent f51c405 commit 3c961cc
Show file tree
Hide file tree
Showing 3 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: 0968cf51b6f2ca8a951de4b976370189cf43bbdd
refs/heads/master: 53a5fbdc2dff55161a206ed1a1385a8fa8055c34
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/hardware/hwregs.c
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,6 @@ acpi_status acpi_hw_register_write(u8 use_lock, u32 register_id, u32 value)

/*
* Perform a read first to preserve certain bits (per ACPI spec)
*
* Note: This includes SCI_EN, we never want to change this bit
*/
status = acpi_hw_register_read(ACPI_MTX_DO_NOT_LOCK,
ACPI_REGISTER_PM1_CONTROL,
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/acpi/aclocal.h
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ struct acpi_bit_register_info {
* must be preserved.
*/
#define ACPI_PM1_STATUS_PRESERVED_BITS 0x0800 /* Bit 11 */
#define ACPI_PM1_CONTROL_PRESERVED_BITS 0x0201 /* Bit 9, Bit 0 (SCI_EN) */
#define ACPI_PM1_CONTROL_PRESERVED_BITS 0x0200 /* Bit 9 (whatever) */

/*
* Register IDs
Expand Down

0 comments on commit 3c961cc

Please sign in to comment.