058b076
diff --git a/arch/x86/kernel/apm_32.c b/arch/x86/kernel/apm_32.c
058b076
index a46bd38..416dd12 100644
058b076
--- a/arch/x86/kernel/apm_32.c
058b076
+++ b/arch/x86/kernel/apm_32.c
058b076
@@ -903,7 +903,7 @@ static void apm_cpu_idle(void)
058b076
 	unsigned int jiffies_since_last_check = jiffies - last_jiffies;
058b076
 	unsigned int bucket;
058b076
 
058b076
-	WARN_ONCE(1, "deprecated apm_cpu_idle will be deleted in 2012");
058b076
+	printk(KERN_INFO "deprecated apm_cpu_idle will be deleted in 2012");
058b076
 recalc:
058b076
 	if (jiffies_since_last_check > IDLE_CALC_LIMIT) {
058b076
 		use_apm_idle = 0;