From: Christoph Lameter Date: Tue, 26 Sep 2006 06:31:50 +0000 (-0700) Subject: [PATCH] Extract the allocpercpu functions from the slab allocator X-Git-Tag: v2.6.19-rc1~1165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d00bcc98d7ec2c87391c9d9e1cca519ef64d33ef;p=pandora-kernel.git [PATCH] Extract the allocpercpu functions from the slab allocator 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 Cc: Matt Mackall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed