diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-09-30 19:00:00 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:32:30 -0400 |
commit | 0015365cc68a5b6ad22dfdac19580aa9530731c3 (patch) | |
tree | 335f10463bf177ff114227b1ed010343f29f9699 /include/asm-mips/cache.h | |
parent | c78cbf49c4edf2f9ca9e56d4b87a5d6ef08b7fed (diff) |
Fix ARCH_KMALLOC_MINALIGN values on MIPS
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/cache.h')
-rw-r--r-- | include/asm-mips/cache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/asm-mips/cache.h b/include/asm-mips/cache.h index 4517bdf20953..1a5d1a669db3 100644 --- a/include/asm-mips/cache.h +++ b/include/asm-mips/cache.h | |||
@@ -10,6 +10,7 @@ | |||
10 | #define _ASM_CACHE_H | 10 | #define _ASM_CACHE_H |
11 | 11 | ||
12 | #include <linux/config.h> | 12 | #include <linux/config.h> |
13 | #include <kmalloc.h> | ||
13 | 14 | ||
14 | #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT | 15 | #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT |
15 | #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) | 16 | #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) |
@@ -18,6 +19,4 @@ | |||
18 | #define SMP_CACHE_SHIFT L1_CACHE_SHIFT | 19 | #define SMP_CACHE_SHIFT L1_CACHE_SHIFT |
19 | #define SMP_CACHE_BYTES L1_CACHE_BYTES | 20 | #define SMP_CACHE_BYTES L1_CACHE_BYTES |
20 | 21 | ||
21 | #define ARCH_KMALLOC_MINALIGN 8 | ||
22 | |||
23 | #endif /* _ASM_CACHE_H */ | 22 | #endif /* _ASM_CACHE_H */ |