commit | 4bdddf8ff9bbb8aa7b4d7847586202bd25842c90 | [log] [tgz] |
---|---|---|
author | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 08:35:27 2009 +0300 |
committer | Pekka Enberg <penberg@cs.helsinki.fi> | Thu Jun 11 19:27:11 2009 +0300 |
tree | b1ba7c6fcb1d6cd4d7260cbcea459ad75ba0b095 | |
parent | 959982fee4e635c61780e989c3e34267143fcc02 [diff] |
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 <mingo@elte.hu> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Yinghai Lu <yinghai@kernel.org> Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>