Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5517
b: refs/heads/master
c: 68ac767
h: refs/heads/master
i:
  5515: 66268bd
v: v3
  • Loading branch information
Venkatesh Pallipadi authored and Len Brown committed Jul 30, 2005
1 parent e05f1d0 commit 46b034d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 90158b83204842c0108d744326868d91cc9c4dfd
refs/heads/master: 68ac767686fd72f37a25bb4895fb4ab0080ba755
2 changes: 0 additions & 2 deletions trunk/drivers/acpi/processor_idle.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,15 +768,13 @@ static void acpi_processor_power_verify_c3(
}

if (pr->flags.bm_check) {
printk("Disabling BM access before entering C3\n");
/* bus mastering control is necessary */
if (!pr->flags.bm_control) {
ACPI_DEBUG_PRINT((ACPI_DB_INFO,
"C3 support requires bus mastering control\n"));
return_VOID;
}
} else {
printk("Invalidating cache before entering C3\n");
/*
* WBINVD should be set in fadt, for C3 state to be
* supported on when bm_check is not required.
Expand Down

0 comments on commit 46b034d

Please sign in to comment.