Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166483
b: refs/heads/master
c: 3e2ada5
h: refs/heads/master
i:
  166481: a446ac1
  166479: f114356
v: v3
  • Loading branch information
Zhao Yakui authored and Len Brown committed Sep 27, 2009
1 parent 90bd1d5 commit 2bae00a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 14f03343ad1080c2fea29ab2c13f05b976c4584e
refs/heads/master: 3e2ada5867b7e9fa0b296d30fa8f3726ebd0a8b7
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/acpi/cstate.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void acpi_processor_power_init_bm_check(struct acpi_processor_flags *flags,
* P4, Core and beyond CPUs
*/
if (c->x86_vendor == X86_VENDOR_INTEL &&
(c->x86 > 0x6 || (c->x86 == 6 && c->x86_model >= 14)))
(c->x86 > 0xf || (c->x86 == 6 && c->x86_model >= 14)))
flags->bm_control = 0;
}
EXPORT_SYMBOL(acpi_processor_power_init_bm_check);
Expand Down

0 comments on commit 2bae00a

Please sign in to comment.