From: Pekka Enberg Date: Thu, 11 Jun 2009 05:35:27 +0000 (+0300) Subject: sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() X-Git-Tag: v2.6.31-rc1~384^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bdddf8ff9bbb8aa7b4d7847586202bd25842c90;p=pandora-kernel.git sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var() Slab is initialized when sched_init() runs now so lets use alloc_cpumask_var(). Cc: Ingo Molnar Cc: Linus Torvalds Cc: Yinghai Lu Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed