diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-10-01 01:00:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 20:32:30 +0200 |
commit | 0015365cc68a5b6ad22dfdac19580aa9530731c3 (patch) | |
tree | 335f10463bf177ff114227b1ed010343f29f9699 /include/asm-mips/cache.h | |
parent | Support for MIPSsim, the cycle accurate MIPS simulator. (diff) | |
download | linux-0015365cc68a5b6ad22dfdac19580aa9530731c3.tar.xz linux-0015365cc68a5b6ad22dfdac19580aa9530731c3.zip |
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 @@ #define _ASM_CACHE_H #include <linux/config.h> +#include <kmalloc.h> #define L1_CACHE_SHIFT CONFIG_MIPS_L1_CACHE_SHIFT #define L1_CACHE_BYTES (1 << L1_CACHE_SHIFT) @@ -18,6 +19,4 @@ #define SMP_CACHE_SHIFT L1_CACHE_SHIFT #define SMP_CACHE_BYTES L1_CACHE_BYTES -#define ARCH_KMALLOC_MINALIGN 8 - #endif /* _ASM_CACHE_H */ |