patch-2.1.101 linux/include/asm-sparc64/uaccess.h
Next file: linux/include/asm-sparc64/unistd.h
Previous file: linux/include/asm-sparc64/timex.h
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Fri May 8 00:11:36 1998
- Orig file:
v2.1.100/linux/include/asm-sparc64/uaccess.h
- Orig date:
Mon Jan 12 15:15:58 1998
diff -u --recursive --new-file v2.1.100/linux/include/asm-sparc64/uaccess.h linux/include/asm-sparc64/uaccess.h
@@ -1,4 +1,4 @@
-/* $Id: uaccess.h,v 1.24 1997/12/15 15:05:14 jj Exp $ */
+/* $Id: uaccess.h,v 1.25 1998/04/28 08:23:34 davem Exp $ */
#ifndef _ASM_UACCESS_H
#define _ASM_UACCESS_H
@@ -52,7 +52,7 @@
flushw_user (); \
current->tss.ctx = 0; \
} else { \
- current->tss.ctx = (current->mm->context & 0x1fff); \
+ current->tss.ctx = (current->mm->context & 0x3ff); \
} \
spitfire_set_secondary_context(current->tss.ctx); \
__asm__ __volatile__("flush %g6"); \
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov