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 3325f3eb248c..2897cfafcaf0 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h | |||
@@ -344,4 +344,8 @@ | |||
344 | # define cpu_has_msa 0 | 344 | # define cpu_has_msa 0 |
345 | #endif | 345 | #endif |
346 | 346 | ||
347 | #ifndef cpu_has_fre | ||
348 | # define cpu_has_fre (cpu_data[0].options & MIPS_CPU_FRE) | ||
349 | #endif | ||
350 | |||
347 | #endif /* __ASM_CPU_FEATURES_H */ | 351 | #endif /* __ASM_CPU_FEATURES_H */ |