summaryrefslogtreecommitdiffstats
path: root/quite-apm.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2011-12-05 16:50:31 -0500
committerJosh Boyer <jwboyer@redhat.com>2011-12-05 16:52:21 -0500
commit4787052cbdb26a678154d99d06744cd12d4489fc (patch)
treee1a5e2052e06060c61485bb7771ebf30334178c3 /quite-apm.patch
parentb442110a247f8c451701a49d75f443100c453b0c (diff)
downloadkernel-4787052cbdb26a678154d99d06744cd12d4489fc.tar.gz
kernel-4787052cbdb26a678154d99d06744cd12d4489fc.tar.xz
kernel-4787052cbdb26a678154d99d06744cd12d4489fc.zip
Only print the apm_cpu_idle message once (rhbz #760341)
Diffstat (limited to 'quite-apm.patch')
-rw-r--r--quite-apm.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/quite-apm.patch b/quite-apm.patch
index 9325ae55b..c38511c41 100644
--- a/quite-apm.patch
+++ b/quite-apm.patch
@@ -7,7 +7,7 @@ index a46bd38..416dd12 100644
unsigned int bucket;
- WARN_ONCE(1, "deprecated apm_cpu_idle will be deleted in 2012");
-+ printk(KERN_INFO "deprecated apm_cpu_idle will be deleted in 2012");
++ printk_once(KERN_INFO "deprecated apm_cpu_idle will be deleted in 2012");
recalc:
if (jiffies_since_last_check > IDLE_CALC_LIMIT) {
use_apm_idle = 0;