aboutsummaryrefslogtreecommitdiffstats
path: root/mm/allocpercpu.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] Extract the allocpercpu functions from the slab allocatorChristoph Lameter2006-09-261-0/+129
The allocpercpu functions __alloc_percpu and __free_percpu() are heavily using the slab allocator. However, they are conceptually slab. This also simplifies SLOB (at this point slob may be broken in mm. This should fix it). Signed-off-by: Christoph Lameter <clameter@sgi.com> Cc: Matt Mackall <mpm@selenic.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>