The patch titled arch/x86_64/kernel/process.c: lower printk severity has been removed from the -mm tree. Its filename was arch-x86_64-kernel-processc-lower-printk-severity.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: arch/x86_64/kernel/process.c: lower printk severity From: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Dan Aloni <da-x@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86_64/kernel/process.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/x86_64/kernel/process.c~arch-x86_64-kernel-processc-lower-printk-severity arch/x86_64/kernel/process.c --- a/arch/x86_64/kernel/process.c~arch-x86_64-kernel-processc-lower-printk-severity +++ a/arch/x86_64/kernel/process.c @@ -279,7 +279,7 @@ void __cpuinit select_idle_routine(const */ if (!pm_idle) { if (!printed) { - printk("using mwait in idle threads.\n"); + printk(KERN_INFO "using mwait in idle threads.\n"); printed = 1; } pm_idle = mwait_idle; _ Patches currently in -mm which might be from da-x@xxxxxxxxxxxxx are origin.patch drivers-acpi-pci_linkc-lower-printk-severity.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