diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-03-25 08:21:51 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-04-10 09:41:48 -0400 |
commit | f05ff43355e6997c18f82ddcee370a6e5f8643ce (patch) | |
tree | 50b367b52c2cda1d42902f4742806287d7d83ada /arch | |
parent | 9cdf30bd3bac697fc533988f44a117434a858f69 (diff) |
MIPS: Octeon: Delete override of cpu_has_mips_r2_exec_hazard.
This is no longer needed with the fixed, new and improved definition
of cpu_has_mips_r2_exec_hazard in <asm/cpu-features.h>.
For a discussion, see http://patchwork.linux-mips.org/patch/9539/.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h index fa1f3cfbae8d..d68e685cde60 100644 --- a/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h +++ b/arch/mips/include/asm/mach-cavium-octeon/cpu-feature-overrides.h | |||
@@ -50,7 +50,6 @@ | |||
50 | #define cpu_has_mips32r2 0 | 50 | #define cpu_has_mips32r2 0 |
51 | #define cpu_has_mips64r1 0 | 51 | #define cpu_has_mips64r1 0 |
52 | #define cpu_has_mips64r2 1 | 52 | #define cpu_has_mips64r2 1 |
53 | #define cpu_has_mips_r2_exec_hazard 0 | ||
54 | #define cpu_has_dsp 0 | 53 | #define cpu_has_dsp 0 |
55 | #define cpu_has_dsp2 0 | 54 | #define cpu_has_dsp2 0 |
56 | #define cpu_has_mipsmt 0 | 55 | #define cpu_has_mipsmt 0 |