|
@@ -17,7 +17,7 @@
|
|
|
#ifdef CONFIG_CPU_MIPS32
|
|
|
#define cpu_has_tlb 1
|
|
|
#define cpu_has_4kex 1
|
|
|
-#define cpu_has_4kcache 1
|
|
|
+#define cpu_has_4k_cache 1
|
|
|
/* #define cpu_has_fpu ? */
|
|
|
/* #define cpu_has_32fpr ? */
|
|
|
#define cpu_has_counter 1
|
|
@@ -47,7 +47,7 @@
|
|
|
#ifdef CONFIG_CPU_MIPS64
|
|
|
#define cpu_has_tlb 1
|
|
|
#define cpu_has_4kex 1
|
|
|
-#define cpu_has_4kcache 1
|
|
|
+#define cpu_has_4k_cache 1
|
|
|
/* #define cpu_has_fpu ? */
|
|
|
/* #define cpu_has_32fpr ? */
|
|
|
#define cpu_has_counter 1
|