From: Pekka Enberg Date: Wed, 10 Jun 2009 20:53:37 +0000 (+0300) Subject: vt: use kzalloc() instead of the bootmem allocator X-Git-Tag: v2.6.31-rc1~384^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f4f52e82114e85aa1a066bd1a450acc19a464d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed