summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/sysmips.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kernel/sysmips.c')
-rw-r--r--arch/mips/kernel/sysmips.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/mips/kernel/sysmips.c b/arch/mips/kernel/sysmips.c
index f3e8cb299..21ffd92e6 100644
--- a/arch/mips/kernel/sysmips.c
+++ b/arch/mips/kernel/sysmips.c
@@ -7,7 +7,7 @@
*
* Copyright (C) 1995, 1996, 1997 by Ralf Baechle
*
- * $Id: sysmips.c,v 1.4 1998/05/07 15:20:05 ralf Exp $
+ * $Id: sysmips.c,v 1.6 1998/08/25 09:14:42 ralf Exp $
*/
#include <linux/errno.h>
#include <linux/linkage.h>
@@ -91,8 +91,8 @@ sys_sysmips(int cmd, int arg1, int arg2, int arg3)
goto out;
case MIPS_FIXADE:
- tmp = current->tss.mflags & ~3;
- current->tss.mflags = tmp | (arg1 & 3);
+ tmp = current->thread.mflags & ~3;
+ current->thread.mflags = tmp | (arg1 & 3);
retval = 0;
goto out;