Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <tglx@linutronix.de> Link: http://lkml.kernel.org/r/20120505150141.491002124@linutronix.de
- Loading branch information