Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57396
b: refs/heads/master
c: f9509c8
h: refs/heads/master
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jun 6, 2007
1 parent 3225ed0 commit 8a9bd01
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 79894c7b47f78decaa3511f1d6646aa06e2c6bed
refs/heads/master: f9509c84d8d9451ecd1731e922e7094b38ee336a
2 changes: 1 addition & 1 deletion trunk/arch/mips/kernel/r4k_switch.S
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ LEAF(_init_fpu)
or t0, t1
mtc0 t0, CP0_STATUS
#endif /* CONFIG_MIPS_MT_SMTC */
fpu_enable_hazard
enable_fpu_hazard

li t1, FPU_DEFAULT
ctc1 t1, fcr31
Expand Down
15 changes: 0 additions & 15 deletions trunk/include/asm-mips/asmmacro.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 8a9bd01

Please sign in to comment.