summaryrefslogtreecommitdiffstats
path: root/quite-apm.patch
diff options
context:
space:
mode:
authorKyle McMartin <kmcmarti@redhat.com>2013-01-17 14:41:03 -0500
committerKyle McMartin <kmcmarti@redhat.com>2013-01-17 14:41:03 -0500
commit9ce64c0129801be6bb3106d27a864cdde328cee1 (patch)
tree945ff01bb805f31108b29e9a76908bc1718c64f7 /quite-apm.patch
parentde47636919105ae3c900af29e648df7d4e7c0b70 (diff)
downloadkernel-9ce64c0129801be6bb3106d27a864cdde328cee1.tar.gz
kernel-9ce64c0129801be6bb3106d27a864cdde328cee1.tar.xz
kernel-9ce64c0129801be6bb3106d27a864cdde328cee1.zip
quite -> quiet
Diffstat (limited to 'quite-apm.patch')
-rw-r--r--quite-apm.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/quite-apm.patch b/quite-apm.patch
deleted file mode 100644
index c38511c41..000000000
--- a/quite-apm.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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;