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:
67ba529
)
fork: Provide kmemcache based thread_info allocator
author
Thomas Gleixner
<tglx@linutronix.de>
Sat, 5 May 2012 15:05:41 +0000
(15:05 +0000)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 8 May 2012 12:08:44 +0000
(14:08 +0200)
Several architectures have their own kmemcache based thread allocator
because THREAD_SIZE is smaller than PAGE_SIZE. Add it to the core code
conditionally on THREAD_SIZE < PAGE_SIZE so the private copies can go.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link:
http://lkml.kernel.org/r/20120505150141.491002124@linutronix.de
No differences found