The patch titled dprintk adjustments to cpufreq-speedstep-centrino has been the -mm tree. Its filename is dprintk-adjustments-to-cpufreq-speedstep-centrino.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: dprintk adjustments to cpufreq-speedstep-centrino From: "Jan Beulich" <jbeulich@xxxxxxxxxx> Remove KERN_* suffixes from some Centrino 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/speedstep-centrino.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff -puN arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~dprintk-adjustments-to-cpufreq-speedstep-centrino arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c --- devel/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c~dprintk-adjustments-to-cpufreq-speedstep-centrino 2006-06-01 20:21:08.000000000 -0700 +++ devel-akpm/arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c 2006-06-01 20:21:08.000000000 -0700 @@ -250,7 +250,7 @@ static int centrino_cpu_init_table(struc if (model->cpu_id == NULL) { /* No match at all */ - dprintk(KERN_INFO PFX "no support for CPU model \"%s\": " + dprintk("no support for CPU model \"%s\": " "send /proc/cpuinfo to " MAINTAINER "\n", cpu->x86_model_id); return -ENOENT; @@ -258,10 +258,10 @@ static int centrino_cpu_init_table(struc if (model->op_points == NULL) { /* Matched a non-match */ - dprintk(KERN_INFO PFX "no table support for CPU model \"%s\"\n", + dprintk("no table support for CPU model \"%s\"\n", cpu->x86_model_id); #ifndef CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI - dprintk(KERN_INFO PFX "try compiling with CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI enabled\n"); + dprintk("try compiling with CONFIG_X86_SPEEDSTEP_CENTRINO_ACPI enabled\n"); #endif return -ENOENT; } @@ -400,7 +400,7 @@ static int centrino_cpu_init_acpi(struct /* register with ACPI core */ if (acpi_processor_register_performance(p, cpu)) { - dprintk(KERN_INFO PFX "obtaining ACPI data failed\n"); + dprintk("obtaining ACPI data failed\n"); return -EIO; } policy->cpus = p->shared_cpu_map; @@ -499,7 +499,7 @@ static int centrino_cpu_init_acpi(struct kfree(centrino_model[cpu]); err_unreg: acpi_processor_unregister_performance(p, cpu); - dprintk(KERN_INFO PFX "invalid ACPI data\n"); + dprintk("invalid ACPI data\n"); return (result); } #else @@ -534,7 +534,7 @@ static int centrino_cpu_init(struct cpuf centrino_cpu[policy->cpu] = &cpu_ids[i]; if (!centrino_cpu[policy->cpu]) { - dprintk(KERN_INFO PFX "found unsupported CPU with " + dprintk("found unsupported CPU with " "Enhanced SpeedStep: send /proc/cpuinfo to " MAINTAINER "\n"); return -ENODEV; _ Patches currently in -mm which might be from jbeulich@xxxxxxxxxx are git-cpufreq.patch mpt_interrupt-should-return-irq_none-when.patch fall-back-to-old-style-call-trace-if-no-unwinding.patch allow-unwinder-to-build-without-module-support.patch fix-x86-microcode-driver-handling-of-multiple-matching.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386.patch vdso-randomize-the-i386-vdso-by-moving-it-into-a-vma-vs-x86_64-mm-reliable-stack-trace-support-i386-2.patch adjust-handle_irr_event-return-type.patch lock-validator-irqtrace-cleanup-include-asm-x86_64-irqflagsh.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