]> git.baikalelectronics.ru Git - kernel.git/commit
vt: use kzalloc() instead of the bootmem allocator
authorPekka Enberg <penberg@cs.helsinki.fi>
Wed, 10 Jun 2009 20:53:37 +0000 (23:53 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:27:06 +0000 (19:27 +0300)
commitf67af87f5b49ed83d96e66e038a996538a0fa393
tree4be575cb7f5802577b1e11c665719819bd687115
parentda02c984d805211d3bf2d1ed9f7c8465a25d17b9
vt: use kzalloc() instead of the bootmem allocator

Now that kmem_cache_init() happens before console_init(), we should use
kzalloc() and not the bootmem allocator.

Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
drivers/char/vt.c