diff options
author | Josh Boyer <jwboyer@redhat.com> | 2011-12-05 16:50:31 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@redhat.com> | 2011-12-05 16:52:21 -0500 |
commit | 4787052cbdb26a678154d99d06744cd12d4489fc (patch) | |
tree | e1a5e2052e06060c61485bb7771ebf30334178c3 /quite-apm.patch | |
parent | b442110a247f8c451701a49d75f443100c453b0c (diff) | |
download | kernel-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.patch | 2 |
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; |