Commit a81cbd2d authored by Oskar Schirmer's avatar Oskar Schirmer Committed by Chris Zankel

xtensa: enforce slab alignment to maximum register width

XCHAL_DATA_WIDTH is the maximum register width, slab caches should be
aligned to this.

Theoretical fix as all variants have had an XCHAL_DATA_WIDTH of 4
(wordsize) for now.  But the S6000 variant will raise this to 16.
Signed-off-by: default avatarOskar Schirmer <os@emlix.com>
Signed-off-by: default avatarJohannes Weiner <jw@emlix.com>
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent c947a585
...@@ -25,6 +25,8 @@ ...@@ -25,6 +25,8 @@
# error Linux requires the Xtensa Windowed Registers Option. # error Linux requires the Xtensa Windowed Registers Option.
#endif #endif
#define ARCH_SLAB_MINALIGN XCHAL_DATA_WIDTH
/* /*
* User space process size: 1 GB. * User space process size: 1 GB.
* Windowed call ABI requires caller and callee to be located within the same * Windowed call ABI requires caller and callee to be located within the same
......
Markdown is supported
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