summaryrefslogtreecommitdiffstats
path: root/freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch')
-rw-r--r--freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch b/freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch
new file mode 100644
index 000000000..c38511c41
--- /dev/null
+++ b/freed-ora/tags/f16/3.6.0-1.fc16.gnu/quite-apm.patch
@@ -0,0 +1,13 @@
+diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
+index a46bd38..416dd12 100644
+--- a/arch/x86/kernel/apm_32.c
++++ b/arch/x86/kernel/apm_32.c
+@@ -903,7 +903,7 @@ static void apm_cpu_idle(void)
+ unsigned int jiffies_since_last_check = jiffies - last_jiffies;
+ unsigned int bucket;
+
+- WARN_ONCE(1, "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;
OpenPOWER on IntegriCloud