Skip to content
Commit 36b7b6d4 authored by Pekka Enberg's avatar Pekka Enberg
Browse files

sched: use kzalloc() instead of the bootmem allocator



Now that kmem_cache_init() happens before sched_init(), we should use kzalloc()
and not the bootmem allocator.

Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
parent 444f478f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment