The patch titled dprintk adjustments to cpufreq-nforce2 has been added to the -mm tree. Its filename is dprintk-adjustments-to-cpufreq-nforce2.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: "Jan Beulich" <jbeulich@xxxxxxxxxx> Remove KERN_* suffixes from some NForce2 cpufreq driver's dprintk-s. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx> Cc: Dave Jones <davej@xxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -puN arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c~dprintk-adjustments-to-cpufreq-nforce2 arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c --- devel/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c~dprintk-adjustments-to-cpufreq-nforce2 2006-05-08 10:26:58.000000000 -0700 +++ devel-akpm/arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c 2006-05-08 10:26:58.000000000 -0700 @@ -266,7 +266,7 @@ static int nforce2_target(struct cpufreq if (freqs.old == freqs.new) return 0; - dprintk(KERN_INFO "cpufreq: Old CPU frequency %d kHz, new %d kHz\n", + dprintk("Old CPU frequency %d kHz, new %d kHz\n", freqs.old, freqs.new); cpufreq_notify_transition(&freqs, CPUFREQ_PRECHANGE); @@ -278,7 +278,7 @@ static int nforce2_target(struct cpufreq printk(KERN_ERR "cpufreq: Changing FSB to %d failed\n", target_fsb); else - dprintk(KERN_INFO "cpufreq: Changed FSB successfully to %d\n", + dprintk("Changed FSB successfully to %d\n", target_fsb); /* Enable IRQs */ _ Patches currently in -mm which might be from jbeulich@xxxxxxxxxx are dprintk-adjustments-to-cpufreq-nforce2.patch dprintk-adjustments-to-cpufreq-speedstep-centrino.patch git-kbuild.patch mpt_interrupt-should-return-irq_none-when.patch fix-x86-microcode-driver-handling-of-multiple-matching.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html