aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/asm-frv/mem-layout.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-frv/mem-layout.h b/include/asm-frv/mem-layout.h
index 8a15c90431b9..2947764fc0e0 100644
--- a/include/asm-frv/mem-layout.h
+++ b/include/asm-frv/mem-layout.h
@@ -35,8 +35,8 @@
35 * the slab must be aligned such that load- and store-double instructions don't 35 * the slab must be aligned such that load- and store-double instructions don't
36 * fault if used 36 * fault if used
37 */ 37 */
38#define ARCH_KMALLOC_MINALIGN (sizeof(long) * 2) 38#define ARCH_KMALLOC_MINALIGN 8
39#define ARCH_SLAB_MINALIGN (sizeof(long) * 2) 39#define ARCH_SLAB_MINALIGN 8
40 40
41/*****************************************************************************/ 41/*****************************************************************************/
42/* 42/*