vgacon: use slab allocator instead of the bootmem allocator
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:25:37 +0000 (19:25 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:33:34 +0000 (19:33 +0300)
commitb8ec757390282e21d349bf6b602a8cb182da0429
tree3736f817a4433be6d2b309288e25fbb82d9c6c88
parent22fb4e71e646695c7e0f379ada66b372c2d1aa1a
vgacon: use slab allocator instead of the bootmem allocator

Slab is initialized before the console subsystem so use the slab allocator in
vgacon_scrollback_startup().

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
drivers/video/console/vgacon.c