A linux/alpha patch?

H.J. Lu (hjl@lucon.org)
Tue, 24 Feb 1998 16:25:18 -0800 (PST)


Hi, Linus, Richard,

It seems a '|' is missing here. Richard, am I right?

Thanks.

-- 
H.J. Lu (hjl@gnu.org)
---
Index: arch/alpha/kernel/osf_sys.c
===================================================================
RCS file: /home/work/cvs/linux/linux/arch/alpha/kernel/osf_sys.c,v
retrieving revision 1.1.1.11
diff -p -u -r1.1.1.11 osf_sys.c
--- osf_sys.c	1998/02/17 17:00:32	1.1.1.11
+++ osf_sys.c	1998/02/25 00:21:34
@@ -872,7 +872,7 @@ asmlinkage unsigned long osf_setsysinfo(
 		   software but have not been seen, enable the exception in
 		   hardware so that we can update our software status mask.  */
 		fpcr = rdfpcr() & (~FPCR_MASK | FPCR_DYN_MASK);
-		fpcr = ieee_swcr_to_fpcr(swcr | (~swcr & IEEE_STATUS_MASK)>>16);
+		fpcr |= ieee_swcr_to_fpcr(swcr | (~swcr & IEEE_STATUS_MASK)>>16);
 		wrfpcr(fpcr);
 		   
 		return 0;

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu