The patch titled i386: remove duplicate printk has been removed from the -mm tree. Its filename was remove-duplicate-printk.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: remove duplicate printk From: Dave Jones <davej@xxxxxxxxxx> We do the exact same printk about a dozen lines above with no intermediate printk's. Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- arch/i386/kernel/cpu/amd.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff -puN arch/i386/kernel/cpu/amd.c~remove-duplicate-printk arch/i386/kernel/cpu/amd.c --- a/arch/i386/kernel/cpu/amd.c~remove-duplicate-printk +++ a/arch/i386/kernel/cpu/amd.c @@ -104,10 +104,7 @@ static void __cpuinit init_amd(struct cp f_vide(); rdtscl(d2); d = d2-d; - - /* Knock these two lines out if it debugs out ok */ - printk(KERN_INFO "AMD K6 stepping B detected - "); - /* -- cut here -- */ + if (d > 20*K6_BUG_LOOP) printk("system stability may be impaired when more than 32 MB are used.\n"); else _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch git-agpgart.patch git-cpufreq.patch remove-hotplug-cpu-crap-from-cpufreq.patch swsusp-support-i386-systems-with-pae-or-without-pse.patch more-list-debugging-context.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