The patch titled ps3fb: Enable VT_HW_CONSOLE_BINDING for proper kexec has been removed from the -mm tree. Its filename was ps3fb-enable-vt_hw_console_binding-for-proper-kexec.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ps3fb: Enable VT_HW_CONSOLE_BINDING for proper kexec From: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> ps3fb: VT_HW_CONSOLE_BINDING must be enabled to make console unbinding work, which is needed to give up all hypervisor resources before reboot or kexec. Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> Cc: Geoff Levand <geoffrey.levand@xxxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: "Antonino A. Daplas" <adaplas@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/video/Kconfig | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/video/Kconfig~ps3fb-enable-vt_hw_console_binding-for-proper-kexec drivers/video/Kconfig --- a/drivers/video/Kconfig~ps3fb-enable-vt_hw_console_binding-for-proper-kexec +++ a/drivers/video/Kconfig @@ -1796,6 +1796,7 @@ config FB_PS3 select FB_SYS_COPYAREA select FB_SYS_IMAGEBLIT select FB_SYS_FOPS + select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE ---help--- Include support for the virtual frame buffer in the PS3 platform. _ Patches currently in -mm which might be from Geert.Uytterhoeven@xxxxxxxxxxx are - 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