Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/osf1 Update for change of name of FPU synch routine.



details:   https://anonhg.NetBSD.org/src/rev/60e79e9aad93
branches:  trunk
changeset: 499549:60e79e9aad93
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Nov 22 08:40:47 2000 +0000

description:
Update for change of name of FPU synch routine.

diffstat:

 sys/compat/osf1/osf1_misc.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3ca906b0bf43 -r 60e79e9aad93 sys/compat/osf1/osf1_misc.c
--- a/sys/compat/osf1/osf1_misc.c       Wed Nov 22 08:39:46 2000 +0000
+++ b/sys/compat/osf1/osf1_misc.c       Wed Nov 22 08:40:47 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: osf1_misc.c,v 1.59 2000/11/17 21:40:04 thorpej Exp $ */
+/* $NetBSD: osf1_misc.c,v 1.60 2000/11/22 08:40:47 thorpej Exp $ */
 
 /*
  * Copyright (c) 1999 Christopher G. Demetriou.  All rights reserved.
@@ -188,7 +188,7 @@
                 * XXX This is not correct, but we don't keep track
                 * XXX of the fp_control.  Return the fpcr just for fun.
                 */
-               synchronize_fpstate(p, 1);
+               fpusave_proc(p, 1);
                error = copyout(&p->p_addr->u_pcb.pcb_fp.fpr_cr,
                                SCARG(uap, buffer),
                                sizeof(p->p_addr->u_pcb.pcb_fp.fpr_cr));



Home | Main Index | Thread Index | Old Index