The patch titled i386: reboot fixup for WRAP 2C board (SC1100 based) has been removed from the -mm tree. Its filename was i386-reboot-fixup-for-wrap-2c-board-sc1100-based.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: i386: reboot fixup for WRAP 2C board (SC1100 based) From: "Denys" <denys@xxxxxxxxxxx> Needed to make the wireless board, WRAP2C reboot. Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Cc: Ingo Molnar <mingo@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/x86/kernel/reboot_fixups_32.c | 1 + 1 file changed, 1 insertion(+) diff -puN arch/x86/kernel/reboot_fixups_32.c~i386-reboot-fixup-for-wrap-2c-board-sc1100-based arch/x86/kernel/reboot_fixups_32.c --- a/arch/x86/kernel/reboot_fixups_32.c~i386-reboot-fixup-for-wrap-2c-board-sc1100-based +++ a/arch/x86/kernel/reboot_fixups_32.c @@ -53,6 +53,7 @@ static struct device_fixup fixups_table[ { PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5530_LEGACY, cs5530a_warm_reset }, { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_ISA, cs5536_warm_reset }, { PCI_VENDOR_ID_RDC, PCI_DEVICE_ID_RDC_R6030, rdc321x_reset }, +{ PCI_VENDOR_ID_NS, PCI_DEVICE_ID_NS_SC1100_BRIDGE, cs5530a_warm_reset }, }; /* _ Patches currently in -mm which might be from denys@xxxxxxxxxxx are origin.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