From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- include/asm-sparc64/uaccess.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/asm-sparc64/uaccess.h') diff --git a/include/asm-sparc64/uaccess.h b/include/asm-sparc64/uaccess.h index e2d59cf23..ec80bb5dc 100644 --- a/include/asm-sparc64/uaccess.h +++ b/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 @@ do { \ 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"); \ -- cgit v1.2.3