diff options
Diffstat (limited to 'include/asm-mips/mach-mips/cpu-feature-overrides.h')
-rw-r--r-- | include/asm-mips/mach-mips/cpu-feature-overrides.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h index e06af6c86f86..e960679f54ba 100644 --- a/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #ifndef __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H | 9 | #ifndef __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H |
10 | #define __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H | 10 | #define __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H |
11 | 11 | ||
12 | #include <linux/config.h> | ||
13 | 12 | ||
14 | /* | 13 | /* |
15 | * CPU feature overrides for MIPS boards | 14 | * CPU feature overrides for MIPS boards |
@@ -17,7 +16,7 @@ | |||
17 | #ifdef CONFIG_CPU_MIPS32 | 16 | #ifdef CONFIG_CPU_MIPS32 |
18 | #define cpu_has_tlb 1 | 17 | #define cpu_has_tlb 1 |
19 | #define cpu_has_4kex 1 | 18 | #define cpu_has_4kex 1 |
20 | #define cpu_has_4kcache 1 | 19 | #define cpu_has_4k_cache 1 |
21 | /* #define cpu_has_fpu ? */ | 20 | /* #define cpu_has_fpu ? */ |
22 | /* #define cpu_has_32fpr ? */ | 21 | /* #define cpu_has_32fpr ? */ |
23 | #define cpu_has_counter 1 | 22 | #define cpu_has_counter 1 |
@@ -47,7 +46,7 @@ | |||
47 | #ifdef CONFIG_CPU_MIPS64 | 46 | #ifdef CONFIG_CPU_MIPS64 |
48 | #define cpu_has_tlb 1 | 47 | #define cpu_has_tlb 1 |
49 | #define cpu_has_4kex 1 | 48 | #define cpu_has_4kex 1 |
50 | #define cpu_has_4kcache 1 | 49 | #define cpu_has_4k_cache 1 |
51 | /* #define cpu_has_fpu ? */ | 50 | /* #define cpu_has_fpu ? */ |
52 | /* #define cpu_has_32fpr ? */ | 51 | /* #define cpu_has_32fpr ? */ |
53 | #define cpu_has_counter 1 | 52 | #define cpu_has_counter 1 |