diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-29 15:19:15 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-29 15:19:15 -0400 |
| commit | e9d52234e35b27ea4ea5f2ab64ca47b1a0c740ab (patch) | |
| tree | 318d37a7d55c79e6f7d86163fb28e0eccbb0fe83 /include/asm-mips/mach-mips/cpu-feature-overrides.h | |
| parent | 955c5038823748e529a49f0e33ab635d92843500 (diff) | |
| parent | 09af7b443c257460d45cb6c1896d29f173fef35b (diff) | |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Diffstat (limited to 'include/asm-mips/mach-mips/cpu-feature-overrides.h')
| -rw-r--r-- | include/asm-mips/mach-mips/cpu-feature-overrides.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-mips/mach-mips/cpu-feature-overrides.h b/include/asm-mips/mach-mips/cpu-feature-overrides.h index 6f51be571b..9f92aed177 100644 --- a/include/asm-mips/mach-mips/cpu-feature-overrides.h +++ b/include/asm-mips/mach-mips/cpu-feature-overrides.h | |||
| @@ -17,7 +17,7 @@ | |||
| 17 | #ifdef CONFIG_CPU_MIPS32 | 17 | #ifdef CONFIG_CPU_MIPS32 |
| 18 | #define cpu_has_tlb 1 | 18 | #define cpu_has_tlb 1 |
| 19 | #define cpu_has_4kex 1 | 19 | #define cpu_has_4kex 1 |
| 20 | #define cpu_has_4ktlb 1 | 20 | #define cpu_has_4kcache 1 |
| 21 | /* #define cpu_has_fpu ? */ | 21 | /* #define cpu_has_fpu ? */ |
| 22 | /* #define cpu_has_32fpr ? */ | 22 | /* #define cpu_has_32fpr ? */ |
| 23 | #define cpu_has_counter 1 | 23 | #define cpu_has_counter 1 |
| @@ -37,12 +37,13 @@ | |||
| 37 | /* #define cpu_has_64bits ? */ | 37 | /* #define cpu_has_64bits ? */ |
| 38 | /* #define cpu_has_64bit_zero_reg ? */ | 38 | /* #define cpu_has_64bit_zero_reg ? */ |
| 39 | /* #define cpu_has_subset_pcaches ? */ | 39 | /* #define cpu_has_subset_pcaches ? */ |
| 40 | #define cpu_icache_snoops_remote_store 1 | ||
| 40 | #endif | 41 | #endif |
| 41 | 42 | ||
| 42 | #ifdef CONFIG_CPU_MIPS64 | 43 | #ifdef CONFIG_CPU_MIPS64 |
| 43 | #define cpu_has_tlb 1 | 44 | #define cpu_has_tlb 1 |
| 44 | #define cpu_has_4kex 1 | 45 | #define cpu_has_4kex 1 |
| 45 | #define cpu_has_4ktlb 1 | 46 | #define cpu_has_4kcache 1 |
| 46 | /* #define cpu_has_fpu ? */ | 47 | /* #define cpu_has_fpu ? */ |
| 47 | /* #define cpu_has_32fpr ? */ | 48 | /* #define cpu_has_32fpr ? */ |
| 48 | #define cpu_has_counter 1 | 49 | #define cpu_has_counter 1 |
| @@ -62,6 +63,7 @@ | |||
| 62 | /* #define cpu_has_64bits ? */ | 63 | /* #define cpu_has_64bits ? */ |
| 63 | /* #define cpu_has_64bit_zero_reg ? */ | 64 | /* #define cpu_has_64bit_zero_reg ? */ |
| 64 | /* #define cpu_has_subset_pcaches ? */ | 65 | /* #define cpu_has_subset_pcaches ? */ |
| 66 | #define cpu_icache_snoops_remote_store 1 | ||
| 65 | #endif | 67 | #endif |
| 66 | 68 | ||
| 67 | #endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */ | 69 | #endif /* __ASM_MACH_MIPS_CPU_FEATURE_OVERRIDES_H */ |
