diff options
Diffstat (limited to 'arch/mips/include/asm/cpu-features.h')
-rw-r--r-- | arch/mips/include/asm/cpu-features.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu-features.h b/arch/mips/include/asm/cpu-features.h index 8baa9033b181..721b698bfe3c 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h | |||
@@ -428,6 +428,9 @@ | |||
428 | #ifndef cpu_scache_line_size | 428 | #ifndef cpu_scache_line_size |
429 | #define cpu_scache_line_size() cpu_data[0].scache.linesz | 429 | #define cpu_scache_line_size() cpu_data[0].scache.linesz |
430 | #endif | 430 | #endif |
431 | #ifndef cpu_tcache_line_size | ||
432 | #define cpu_tcache_line_size() cpu_data[0].tcache.linesz | ||
433 | #endif | ||
431 | 434 | ||
432 | #ifndef cpu_hwrena_impl_bits | 435 | #ifndef cpu_hwrena_impl_bits |
433 | #define cpu_hwrena_impl_bits 0 | 436 | #define cpu_hwrena_impl_bits 0 |