commit | 7b55f620e6908fec2d51751320c2a9459b5f375f | [log] [tgz] |
---|---|---|
author | Christoph Lameter <clameter@sgi.com> | Tue Jul 17 04:03:27 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Jul 17 10:23:01 2007 -0700 |
tree | 6fb32a7051b4358018fb26a3125e3b9621418abe | |
parent | f1b263393626fe66bee34ccdbf0487cd377e0213 [diff] |
SLUB: Simplify dma index -> size calculation There is no need to caculate the dma slab size ourselves. We can simply lookup the size of the corresponding non dma slab. Signed-off-by: Christoph Lameter <clameter@sgi.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>