From: Christoph Lameter Date: Sun, 6 May 2007 21:49:58 +0000 (-0700) Subject: slab allocators: remove multiple alignment specifications X-Git-Tag: v2.6.22-rc1~942 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0f3980b21508bd573eff1746d469436f50a903d;p=pandora-kernel.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed