Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176209
b: refs/heads/master
c: 485a2e1
h: refs/heads/master
i:
  176207: 47b92de
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Dec 14, 2009
1 parent d09245a commit 1e8c7cf
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f3eee54276dfd1117fd94259f2b4a38388264724
refs/heads/master: 485a2e1973fd9f98c2c6776e66ac4721882b69e0
5 changes: 3 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/therm_throt.c
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,9 @@ void intel_init_thermal(struct cpuinfo_x86 *c)
int tm2 = 0;
u32 l, h;

/* Thermal monitoring depends on ACPI and clock modulation*/
if (!cpu_has(c, X86_FEATURE_ACPI) || !cpu_has(c, X86_FEATURE_ACC))
/* Thermal monitoring depends on APIC, ACPI and clock modulation */
if (!cpu_has_apic || !cpu_has(c, X86_FEATURE_ACPI) ||
!cpu_has(c, X86_FEATURE_ACC))
return;

/*
Expand Down

0 comments on commit 1e8c7cf

Please sign in to comment.