diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2005-05-31 07:49:19 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2005-10-29 14:31:17 -0400 |
commit | e50c0a8fa60da9ac0e0a70caa8a3a803815c1f2f (patch) | |
tree | 1928e8b0a4b7fb615e5a9f65dc934ba2e74cb9cd /arch/mips/kernel/r4k_fpu.S | |
parent | 10f650db1bcc193ea07d4f8c2f07315da38ea0c4 (diff) |
Support the MIPS32 / MIPS64 DSP ASE.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/kernel/r4k_fpu.S')
-rw-r--r-- | arch/mips/kernel/r4k_fpu.S | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/mips/kernel/r4k_fpu.S b/arch/mips/kernel/r4k_fpu.S index 1a14c6b18829..283a98508fc8 100644 --- a/arch/mips/kernel/r4k_fpu.S +++ b/arch/mips/kernel/r4k_fpu.S | |||
@@ -32,7 +32,7 @@ | |||
32 | 32 | ||
33 | .set noreorder | 33 | .set noreorder |
34 | .set mips3 | 34 | .set mips3 |
35 | /* Save floating point context */ | 35 | |
36 | LEAF(_save_fp_context) | 36 | LEAF(_save_fp_context) |
37 | cfc1 t1, fcr31 | 37 | cfc1 t1, fcr31 |
38 | 38 | ||
@@ -74,9 +74,6 @@ LEAF(_save_fp_context) | |||
74 | EX sdc1 $f28, SC_FPREGS+224(a0) | 74 | EX sdc1 $f28, SC_FPREGS+224(a0) |
75 | EX sdc1 $f30, SC_FPREGS+240(a0) | 75 | EX sdc1 $f30, SC_FPREGS+240(a0) |
76 | EX sw t1, SC_FPC_CSR(a0) | 76 | EX sw t1, SC_FPC_CSR(a0) |
77 | cfc1 t0, $0 # implementation/version | ||
78 | EX sw t0, SC_FPC_EIR(a0) | ||
79 | |||
80 | jr ra | 77 | jr ra |
81 | li v0, 0 # success | 78 | li v0, 0 # success |
82 | END(_save_fp_context) | 79 | END(_save_fp_context) |