The patch titled alpha-support-graphics-on-non-zero-pci-domains fix has been removed from the -mm tree. Its filename was alpha-support-graphics-on-non-zero-pci-domains-fix.patch This patch was dropped because it was folded into alpha-support-graphics-on-non-zero-pci-domains.patch ------------------------------------------------------ Subject: alpha-support-graphics-on-non-zero-pci-domains fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> The runtime already did that. Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> Cc: Jay Estabrook <jay.estabrook@xxxxxx> Cc: Richard Henderson <rth@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/alpha/kernel/console.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN arch/alpha/kernel/console.c~alpha-support-graphics-on-non-zero-pci-domains-fix arch/alpha/kernel/console.c --- a/arch/alpha/kernel/console.c~alpha-support-graphics-on-non-zero-pci-domains-fix +++ a/arch/alpha/kernel/console.c @@ -17,7 +17,7 @@ #ifdef CONFIG_VGA_HOSE -struct pci_controller *pci_vga_hose = NULL; +struct pci_controller *pci_vga_hose; static struct resource alpha_vga = { .name = "alpha-vga+", .start = 0x3C0, _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch potential-parse-error-in-ifdef.patch potential-parse-error-in-ifdef-update.patch aacraid-fix-shutdown-handler-to-also-disable-interrupts.patch alpha-support-graphics-on-non-zero-pci-domains.patch alpha-support-graphics-on-non-zero-pci-domains-fix.patch alpha-support-graphics-on-non-zero-pci-domains-fix-2.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