]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-mips/cache.h
frv: unbreak misalignment handling changes
[linux-2.6-omap-h63xx.git] / include / asm-mips / cache.h
index 4517bdf209536ebe572f9f0fcdd86b71daa78471..37f175c42bb5530c9c7c76655cb54e94722597fe 100644 (file)
@@ -9,15 +9,12 @@
 #ifndef _ASM_CACHE_H
 #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)
 
-#define L1_CACHE_SHIFT_MAX     6
 #define SMP_CACHE_SHIFT                L1_CACHE_SHIFT
 #define SMP_CACHE_BYTES                L1_CACHE_BYTES
 
-#define ARCH_KMALLOC_MINALIGN  8
-
 #endif /* _ASM_CACHE_H */