]> git.baikalelectronics.ru Git - kernel.git/commit
sparc: Define ARCH_SLAB_MINALIGN
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 22:23:58 +0000 (15:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 May 2010 22:23:58 +0000 (15:23 -0700)
commit63e2968554d1030c6fe234635917f0fc260f46cf
treeea472046a1d4137adcb1f6594f2d7db9b268ccf9
parent61f4b140522ad97dcf700964baab2cbe0e103300
sparc: Define ARCH_SLAB_MINALIGN

Because SLOB fancies being different, the default minimum alignment is
only "unsigned long" instead of SLAB/SLUB where the default is
"unsigned long long"

The inconsistency makes no sense and is asking for trouble, but define
ARCH_SLAB_MINALIGN to get it right in all cases even after they fix
the inconsistency.

Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc/include/asm/cache.h