From 16a950db3b9073485a121ffb0691669c8c9a3549 Mon Sep 17 00:00:00 2001 From: Len Brown Date: Sun, 12 Aug 2007 00:12:26 -0400 Subject: [PATCH] --- yaml --- r: 63947 b: refs/heads/master c: 730ff34de766a6fddee25ac1c32bc49c1a2fd758 h: refs/heads/master i: 63945: 36f377f20c2aa96b3e3ec94edc31ee4634eb8317 63943: ce3a0686f7c61b9de078f935fe4a5af0811ee703 v: v3 --- [refs] | 2 +- trunk/Documentation/kernel-parameters.txt | 5 +++++ trunk/drivers/acpi/thermal.c | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index cb61ad690057..0bb5cda06efb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 72b33ef8bb1ac7f6c5a16d23304ab25ddc73d93d +refs/heads/master: 730ff34de766a6fddee25ac1c32bc49c1a2fd758 diff --git a/trunk/Documentation/kernel-parameters.txt b/trunk/Documentation/kernel-parameters.txt index de3300c9056a..ed7d7913af8c 100644 --- a/trunk/Documentation/kernel-parameters.txt +++ b/trunk/Documentation/kernel-parameters.txt @@ -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 + : poll all this frequency + 0: no polling (default) + time Show timing data prefixed to each printk message line [deprecated, see 'printk.time'] diff --git a/trunk/drivers/acpi/thermal.c b/trunk/drivers/acpi/thermal.c index 61337d969d7f..b6b3bec84547 100644 --- a/trunk/drivers/acpi/thermal.c +++ b/trunk/drivers/acpi/thermal.c @@ -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;