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 8ab1d12ba7f..1f4df647c38 100644 --- a/arch/mips/include/asm/cpu-features.h +++ b/arch/mips/include/asm/cpu-features.h | |||
@@ -80,6 +80,9 @@ | |||
80 | #ifndef cpu_has_llsc | 80 | #ifndef cpu_has_llsc |
81 | #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC) | 81 | #define cpu_has_llsc (cpu_data[0].options & MIPS_CPU_LLSC) |
82 | #endif | 82 | #endif |
83 | #ifndef kernel_uses_llsc | ||
84 | #define kernel_uses_llsc cpu_has_llsc | ||
85 | #endif | ||
83 | #ifndef cpu_has_mips16 | 86 | #ifndef cpu_has_mips16 |
84 | #define cpu_has_mips16 (cpu_data[0].ases & MIPS_ASE_MIPS16) | 87 | #define cpu_has_mips16 (cpu_data[0].ases & MIPS_ASE_MIPS16) |
85 | #endif | 88 | #endif |