sched: use slab in cpupri_init()
authorPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 05:41:22 +0000 (08:41 +0300)
committerPekka Enberg <penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:27:12 +0000 (19:27 +0300)
commit0fb530291621c8b8a1b16abeeab05d9262489f71
tree4b5fbb1781b279caf9cd20fb1ef5d04028548f43
parent4bdddf8ff9bbb8aa7b4d7847586202bd25842c90
sched: use slab in cpupri_init()

Lets not use the bootmem allocator in cpupri_init() as slab is already up when
it is run.

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
kernel/sched_cpupri.c