From: Christoph Lameter Date: Wed, 17 Oct 2007 06:25:51 +0000 (-0700) Subject: SLUB: simplify IRQ off handling X-Git-Tag: v2.6.24-rc1~798 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b811c202a0edadaac7242ab834fe7ba409978ae7;p=pandora-kernel.git SLUB: simplify IRQ off handling Move irq handling out of new slab into __slab_alloc. That is useful for Mathieu's cmpxchg_local patchset and also allows us to remove the crude local_irq_off in early_kmem_cache_alloc(). Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed