lkml.org 
[lkml]   [1998]   [Feb]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectA linux/alpha patch?
Date
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

\
 
 \ /
  Last update: 2005-03-22 13:41    [from the cache]
©2003-2011 Jasper Spaans