Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/m68k/m68k Pull up revision 1.12 (requested by sc...



details:   https://anonhg.NetBSD.org/src/rev/8a92234e7641
branches:  netbsd-3
changeset: 575373:8a92234e7641
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Apr 14 13:32:29 2005 +0000

description:
Pull up revision 1.12 (requested by scw in ticket #152):
In m68k_make_fpu_idle_frame(), replace fmove.x with fmove.d as the
 former is not supported natively by the 060's FPU.
Fixes a problem on MVME177 reported by Matt Thomas on port-mvme68k@

diffstat:

 sys/arch/m68k/m68k/switch_subr.s |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 13616e67e70d -r 8a92234e7641 sys/arch/m68k/m68k/switch_subr.s
--- a/sys/arch/m68k/m68k/switch_subr.s  Thu Apr 14 13:29:11 2005 +0000
+++ b/sys/arch/m68k/m68k/switch_subr.s  Thu Apr 14 13:32:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: switch_subr.s,v 1.11 2004/03/24 15:38:41 wiz Exp $     */
+/*     $NetBSD: switch_subr.s,v 1.11.14.1 2005/04/14 13:32:29 tron Exp $       */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation.
@@ -531,7 +531,7 @@
        fnop
 
        /* Loading '0.0' will change FPU to "idle". */
-       fmove.x #0,%fp0
+       fmove.d #0,%fp0
        fnop
 
        /* Save the resulting idle frame into the buffer */



Home | Main Index | Thread Index | Old Index