]> Git Repo - linux.git/commit - mm/slub.c
SLUB: simplify IRQ off handling
authorChristoph Lameter <[email protected]>
Wed, 17 Oct 2007 06:25:51 +0000 (23:25 -0700)
committerLinus Torvalds <[email protected]>
Wed, 17 Oct 2007 15:42:45 +0000 (08:42 -0700)
commitb811c202a0edadaac7242ab834fe7ba409978ae7
tree339a29474e6b1abfd5c172bbe57484e5569d8b7e
parent3e26c149c358529b1605f8959341d34bc4b880a3
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/slub.c
This page took 0.050105 seconds and 4 git commands to generate.