Skip to content
Commit 273fca0e authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent be94bbb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment