The patch titled start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix has been removed from the -mm tree. Its filename was start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix.patch This patch was dropped because it was folded into start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again.patch ------------------------------------------------------ Subject: start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix From: Andrew Morton <akpm@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- init/main.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN init/main.c~start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix init/main.c --- a/init/main.c~start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix +++ a/init/main.c @@ -539,7 +539,8 @@ asmlinkage void __init start_kernel(void __stop___param - __start___param, &unknown_bootoption); if (!irqs_disabled()) { - printk(KERN_WARNING "start_kernel(): bug: interrupts were enabled *very* early, fixing it\n"); + printk(KERN_WARNING "start_kernel(): bug: interrupts were " + "enabled *very* early, fixing it\n"); local_irq_disable(); } sort_main_extable(); _ Patches currently in -mm which might be from akpm@xxxxxxxx are origin.patch start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again.patch start_kernel-test-if-irqs-got-enabled-early-barf-and-disable-them-again-fix.patch kernelparams-detect-if-and-which-parameter-parsing-enabled-irqs-fix.patch pci-prevent-down_read-when-pci_devices-is-empty-fix.patch atiixp-old-drivers-ide-layer-driver-for-the-atiixp-hang-tidy.patch ip2-warning-fix.patch pci-avoid-taking-pci_bus_sem-early-in-boot.patch shrink_all_memory-fix-lru_pages-handling.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