From: Pekka Enberg Date: Mon, 25 May 2009 12:01:35 +0000 (+0300) Subject: vmalloc: use kzalloc() instead of alloc_bootmem() X-Git-Tag: v2.6.31-rc1~384^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43ebdac42f16037263b52a5aeedcd1bfa4a9bb29;p=pandora-kernel.git vmalloc: use kzalloc() instead of alloc_bootmem() We can call vmalloc_init() after kmem_cache_init() and use kzalloc() instead of the bootmem allocator when initializing vmalloc data structures. Acked-by: Johannes Weiner Acked-by: Linus Torvalds Acked-by: Nick Piggin Cc: Ingo Molnar Cc: Yinghai Lu Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed