]> git.baikalelectronics.ru Git - kernel.git/commit
sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 05:35:27 +0000 (08:35 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:27:11 +0000 (19:27 +0300)
commit846721cb157e7f69b9362c5ab64e47501c7027f4
treeb1ba7c6fcb1d6cd4d7260cbcea459ad75ba0b095
parentc85265de930651f87667efdcd91169c765c503a4
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>
kernel/sched.c