aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChris Dearman <chris@mips.com>2007-05-17 21:36:55 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-06-06 19:34:31 +0100
commitf9509c84d8d9451ecd1731e922e7094b38ee336a (patch)
treeddb9da06ee6a2ff3af2d2aaeb59cc60203396e26 /include
parent[MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler. (diff)
downloadlinux-dev-f9509c84d8d9451ecd1731e922e7094b38ee336a.tar.xz
linux-dev-f9509c84d8d9451ecd1731e922e7094b38ee336a.zip
[MIPS] Remove duplicate fpu enable hazard code.
Use common code from hazards.h instead. Signed-off-by: Chris Dearman <chris@mips.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include')
-rw-r--r--include/asm-mips/asmmacro.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/asm-mips/asmmacro.h b/include/asm-mips/asmmacro.h
index 92e62ef711ed..c5f20df780e9 100644
--- a/include/asm-mips/asmmacro.h
+++ b/include/asm-mips/asmmacro.h
@@ -52,21 +52,6 @@
.endm
#endif /* CONFIG_MIPS_MT_SMTC */
-#ifdef CONFIG_CPU_SB1
- .macro fpu_enable_hazard
- .set push
- .set noreorder
- .set mips2
- SSNOP
- bnezl $0, .+4
- SSNOP
- .set pop
- .endm
-#else
- .macro fpu_enable_hazard
- .endm
-#endif
-
/*
* Temporary until all gas have MT ASE support
*/