diff options
Diffstat (limited to 'arch/mips/include/asm/cpu-features.h')
| -rw-r--r-- | arch/mips/include/asm/cpu-features.h | 9 | 
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu-features.h b/arch/mips/include/asm/cpu-features.h index c7d8c997d93e..e079598ae051 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h @@ -29,6 +29,15 @@  #ifndef cpu_has_eva  #define cpu_has_eva		(cpu_data[0].options & MIPS_CPU_EVA)  #endif +#ifndef cpu_has_htw +#define cpu_has_htw		(cpu_data[0].options & MIPS_CPU_HTW) +#endif +#ifndef cpu_has_rixiex +#define cpu_has_rixiex		(cpu_data[0].options & MIPS_CPU_RIXIEX) +#endif +#ifndef cpu_has_maar +#define cpu_has_maar		(cpu_data[0].options & MIPS_CPU_MAAR) +#endif  /*   * For the moment we don't consider R6000 and R8000 so we can assume that  |