diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 00:55:59 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-23 00:55:59 +0000 |
commit | ce8a076e11e7e5ee36007f9a3eee5bb3744cb8f6 (patch) | |
tree | 890da7defaf7271b5433db13297d7be2f312a31b /arch/mips/kernel/softfp.S | |
parent | 8cfe1a91b9307d3f71fed39d28d34b0d7c708ee9 (diff) |
Fold mips64 fixes back to 32-bit kernel.
Diffstat (limited to 'arch/mips/kernel/softfp.S')
-rw-r--r-- | arch/mips/kernel/softfp.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/softfp.S b/arch/mips/kernel/softfp.S index 85ab779a9..6b1bd77eb 100644 --- a/arch/mips/kernel/softfp.S +++ b/arch/mips/kernel/softfp.S @@ -1,4 +1,4 @@ -/* $Id: softfp.S,v 1.1 1998/07/14 09:33:48 ralf Exp $ +/* $Id: softfp.S,v 1.1 1998/07/16 19:10:02 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -147,7 +147,7 @@ insn: LOCK_KERNEL; \ la a1, 8f; \ TEXT(#insn); \ - la a1, nosim; \ + la a0, nosim; \ UNLOCK_KERNEL; \ j done |