From: Paul Mundt Date: Mon, 4 Jun 2007 06:46:56 +0000 (+0900) Subject: sh: Default to 4-byte alignment for SLUB objects. X-Git-Tag: v2.6.23-rc1~785^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbd2d9d8fcd9d2a46d71d0703a76773c20383c66;p=pandora-kernel.git sh: Default to 4-byte alignment for SLUB objects. Slub currently defaults to 8-byte alignment for the kmalloc and slab minalign values, where 4 will suffice. In the slab case BYTES_PER_WORD == 4 already, so defining the minalign values outright doesn't cause any regressions there either. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed