Subject: CVS commit: src/sys/arch/m68k/m68k
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 04/14/2005 12:35:42
Module Name:	src
Committed By:	scw
Date:		Thu Apr 14 12:35:42 UTC 2005

Modified Files:
	src/sys/arch/m68k/m68k: switch_subr.s

Log Message:
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@


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/m68k/m68k/switch_subr.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.