git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
444f478
)
sched: use kzalloc() instead of the bootmem allocator
author
Pekka Enberg
<penberg@cs.helsinki.fi>
Wed, 10 Jun 2009 20:42:36 +0000
(23:42 +0300)
committer
Pekka Enberg
<penberg@cs.helsinki.fi>
Thu, 11 Jun 2009 16:27:04 +0000
(19:27 +0300)
Now that kmem_cache_init() happens before sched_init(), we should use kzalloc()
and not the bootmem allocator.
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
No differences found