From: Pekka Enberg Date: Wed, 10 Jun 2009 20:42:36 +0000 (+0300) Subject: sched: use kzalloc() instead of the bootmem allocator X-Git-Tag: v2.6.31-rc1~384^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b7b6d465489c4754c4fd66fcec6086eba87896;p=pandora-kernel.git sched: use kzalloc() instead of the bootmem allocator Now that kmem_cache_init() happens before sched_init(), we should use kzalloc() and not the bootmem allocator. Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed