Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156934
b: refs/heads/master
c: 4e5c25d
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Ingo Molnar committed Aug 16, 2009
1 parent e4fe14d commit 4acf7a5
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3ef12c3c97603bad405d30c989718cc9405e2759
refs/heads/master: 4e5c25d405e18a2f279ca2bfc855508ec3a0186b
7 changes: 5 additions & 2 deletions trunk/arch/x86/kernel/cpu/mcheck/therm_throt.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,14 @@ static int therm_throt_process(int curr)
cpu, __get_cpu_var(thermal_throttle_count));

add_taint(TAINT_MACHINE_CHECK);
} else if (was_throttled) {
return 1;
}
if (was_throttled) {
printk(KERN_INFO "CPU%d: Temperature/speed normal\n", cpu);
return 1;
}

return 1;
return 0;
}

#ifdef CONFIG_SYSFS
Expand Down

0 comments on commit 4acf7a5

Please sign in to comment.