diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-06 08:04:01 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2006-07-13 16:26:04 -0400 |
commit | fc5d2d279ff820172a698706d33e733d4578bd6c (patch) | |
tree | 1b376605e1870af29a49272d85cb589d319e058b /include/asm-mips/cpu-features.h | |
parent | 879ba8c88a32f2bd3d3369837afdc148bd66bb04 (diff) |
[MIPS] Use the proper technical term for naming some of the cache macros.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips/cpu-features.h')
-rw-r--r-- | include/asm-mips/cpu-features.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-mips/cpu-features.h b/include/asm-mips/cpu-features.h index 3c2fc2b647c8..eadca266f159 100644 --- a/include/asm-mips/cpu-features.h +++ b/include/asm-mips/cpu-features.h | |||
@@ -195,8 +195,8 @@ | |||
195 | # define cpu_has_veic 0 | 195 | # define cpu_has_veic 0 |
196 | #endif | 196 | #endif |
197 | 197 | ||
198 | #ifndef cpu_has_subset_pcaches | 198 | #ifndef cpu_has_inclusive_pcaches |
199 | #define cpu_has_subset_pcaches (cpu_data[0].options & MIPS_CPU_SUBSET_CACHES) | 199 | #define cpu_has_inclusive_pcaches (cpu_data[0].options & MIPS_CPU_INCLUSIVE_CACHES) |
200 | #endif | 200 | #endif |
201 | 201 | ||
202 | #ifndef cpu_dcache_line_size | 202 | #ifndef cpu_dcache_line_size |