slab allocators: remove multiple alignment specifications
authorChristoph Lameter <clameter@sgi.com>
Sun, 6 May 2007 21:49:58 +0000 (14:49 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Mon, 7 May 2007 19:12:55 +0000 (12:12 -0700)
commitf0f3980b21508bd573eff1746d469436f50a903d
treee7e724b7db4c16e34c272c29708874fde5499cb8
parent0a31bd5f2bbb6473ef9d24f0063ca91cfa678b64
slab allocators: remove multiple alignment specifications

It is not necessary to tell the slab allocators to align to a cacheline
if an explicit alignment was already specified. It is rather confusing
to specify multiple alignments.

Make sure that the call sites only use one form of alignment.

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>
arch/powerpc/mm/hugetlbpage.c
arch/powerpc/mm/init_64.c
arch/sparc64/mm/tsb.c