]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit034ef1deda134270ec1b38c4686b6522f744be99
tree4b5fbb1781b279caf9cd20fb1ef5d04028548f43
parent846721cb157e7f69b9362c5ab64e47501c7027f4
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