Now vgacon_scrollback_startup() uses slab, not bootmem, so that comment is obsolete, the rest are useless. Signed-off-by: WANG Cong <amwang@xxxxxxxxxx> --- diff --git a/drivers/video/console/vgacon.c b/drivers/video/console/vgacon.c index c97491b..b030aca 100644 --- a/drivers/video/console/vgacon.c +++ b/drivers/video/console/vgacon.c @@ -202,10 +202,6 @@ static void vgacon_scrollback_init(int pitch) } } -/* - * Called only duing init so call of alloc_bootmen is ok. - * Marked __init_refok to silence modpost. - */ static void __init_refok vgacon_scrollback_startup(void) { vgacon_scrollback = kcalloc(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE, 1024, GFP_NOWAIT); -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html