The patch titled ps3fb: Shrink default virtual frame buffer size from 18 to 9 MiB has been removed from the -mm tree. Its filename was ps3fb-shrink-default-virtual-frame-buffer-size-from-18-to-9-mib.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ps3fb: Shrink default virtual frame buffer size from 18 to 9 MiB From: Geert Uytterhoeven <Geert.Uytterhoeven@xxxxxxxxxxx> ps3fb: Shrink the default virtual frame buffer size from 18 to 9 MiB, as nobody really uses the double buffering feature and Linux can use an additional 9 MiB. It can still be overridden on the kernel command line using `ps3fb=18M'. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/video/Kconfig~ps3fb-shrink-default-virtual-frame-buffer-size-from-18-to-9-mib drivers/video/Kconfig --- a/drivers/video/Kconfig~ps3fb-shrink-default-virtual-frame-buffer-size-from-18-to-9-mib +++ a/drivers/video/Kconfig @@ -1803,7 +1803,7 @@ config FB_PS3 config FB_PS3_DEFAULT_SIZE_M int "PS3 default frame buffer size (in MiB)" depends on FB_PS3 - default 18 + default 9 ---help--- This is the default size (in MiB) of the virtual frame buffer in the PS3. _ 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