commit | 273fca0ecad9305247043815e185d1bfd04047d4 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Tue May 18 15:23:58 2010 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue May 18 15:23:58 2010 -0700 |
tree | ea472046a1d4137adcb1f6594f2d7db9b268ccf9 | |
parent | be94bbb5db4de0f3a2a5405511ea3ebea261f2c8 [diff] |
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>