diff options
Diffstat (limited to 'arch/mips/include/asm/cpu-features.h')
-rw-r--r-- | arch/mips/include/asm/cpu-features.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/include/asm/cpu-features.h b/arch/mips/include/asm/cpu-features.h index 00171cddb6d5..c6f64ef0681e 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h | |||
@@ -263,4 +263,8 @@ | |||
263 | #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI) | 263 | #define cpu_has_perf_cntr_intr_bit (cpu_data[0].options & MIPS_CPU_PCI) |
264 | #endif | 264 | #endif |
265 | 265 | ||
266 | #ifndef cpu_has_vz | ||
267 | #define cpu_has_vz (cpu_data[0].ases & MIPS_ASE_VZ) | ||
268 | #endif | ||
269 | |||
266 | #endif /* __ASM_CPU_FEATURES_H */ | 270 | #endif /* __ASM_CPU_FEATURES_H */ |