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 3b9768e92e9e..eeb5400ed4ee 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h | |||
@@ -32,6 +32,9 @@ | |||
32 | #ifndef cpu_has_htw | 32 | #ifndef cpu_has_htw |
33 | #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW) | 33 | #define cpu_has_htw (cpu_data[0].options & MIPS_CPU_HTW) |
34 | #endif | 34 | #endif |
35 | #ifndef cpu_has_rixiex | ||
36 | #define cpu_has_rixiex (cpu_data[0].options & MIPS_CPU_RIXIEX) | ||
37 | #endif | ||
35 | 38 | ||
36 | /* | 39 | /* |
37 | * For the moment we don't consider R6000 and R8000 so we can assume that | 40 | * For the moment we don't consider R6000 and R8000 so we can assume that |