From c162d2843275a1f55fc9af421c0b4ec7869fd1cb Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 11 Apr 2001 05:19:46 +0000 Subject: Fix delay slot bug. --- arch/mips64/kernel/r4k_fpu.S | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arch/mips64/kernel') diff --git a/arch/mips64/kernel/r4k_fpu.S b/arch/mips64/kernel/r4k_fpu.S index 609b9fd0a..f974bb84e 100644 --- a/arch/mips64/kernel/r4k_fpu.S +++ b/arch/mips64/kernel/r4k_fpu.S @@ -1,17 +1,16 @@ -/* $Id: r4k_fpu.S,v 1.1 1999/09/27 16:01:38 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 * for more details. * * Save/restore floating point context for signal handlers. * - * Copyright (C) 1996, 1998, 1999 by Ralf Baechle + * Copyright (C) 1996, 1998, 1999, 2001 by Ralf Baechle * * Multi-arch abstraction and asm macros for easier reading: * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * - * Copyright (C) 1999 Silicon Graphics, Inc. + * Copyright (C) 1999, 2001 Silicon Graphics, Inc. */ #include #include @@ -141,6 +140,7 @@ LEAF(restore_fp_context) jr ra li v0, 0 # success END(restore_fp_context) + .set reorder .type fault@function .ent fault -- cgit v1.2.3