From: Thomas Gleixner Date: Sat, 5 May 2012 15:05:41 +0000 (+0000) Subject: fork: Provide kmemcache based thread_info allocator X-Git-Tag: v3.5-rc1~163^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d15d74a1ead10673b5b1db66d4c90552769096c;p=pandora-kernel.git fork: Provide kmemcache based thread_info allocator 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 Link: http://lkml.kernel.org/r/20120505150141.491002124@linutronix.de --- Reading git-diff-tree failed