commit | a5f4f52e82114e85aa1a066bd1a450acc19a464d | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Wed Jun 10 23:53:37 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 19:27:06 2009 +0300 |
tree | 4be575cb7f5802577b1e11c665719819bd687115 | |
parent | 36b7b6d465489c4754c4fd66fcec6086eba87896 [diff] |
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>