commit | b811c202a0edadaac7242ab834fe7ba409978ae7 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <[email protected]> | Tue Oct 16 23:25:51 2007 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Oct 17 08:42:45 2007 -0700 |
tree | 339a29474e6b1abfd5c172bbe57484e5569d8b7e | |
parent | 3e26c149c358529b1605f8959341d34bc4b880a3 [diff] |
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]>