Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63947
b: refs/heads/master
c: 730ff34
h: refs/heads/master
i:
  63945: 36f377f
  63943: ce3a068
v: v3
  • Loading branch information
Len Brown committed Aug 12, 2007
1 parent 6acafb8 commit 16a950d
Show file tree
Hide file tree
Showing 3 changed files with 7 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: 72b33ef8bb1ac7f6c5a16d23304ab25ddc73d93d
refs/heads/master: 730ff34de766a6fddee25ac1c32bc49c1a2fd758
5 changes: 5 additions & 0 deletions trunk/Documentation/kernel-parameters.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1823,6 +1823,11 @@ and is between 256 and 4096 characters. It is defined in the file
thermal.off= [HW,ACPI]
1: disable ACPI thermal control

thermal.tzp= [HW,ACPI]
Specify global default ACPI thermal zone polling rate
<deci-seconds>: poll all this frequency
0: no polling (default)

time Show timing data prefixed to each printk message line
[deprecated, see 'printk.time']

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/acpi/thermal.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ MODULE_DESCRIPTION("ACPI Thermal Zone Driver");
MODULE_LICENSE("GPL");

static int tzp;
module_param(tzp, int, 0);
module_param(tzp, int, 0444);
MODULE_PARM_DESC(tzp, "Thermal zone polling frequency, in 1/10 seconds.\n");

static int off;
Expand Down

0 comments on commit 16a950d

Please sign in to comment.