Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/m68k/m68k m68k_make_fpu_idle_frame() is not needed/...
details: https://anonhg.NetBSD.org/src/rev/e7371f4c39d6
branches: trunk
changeset: 554433:e7371f4c39d6
user: mrg <mrg%NetBSD.org@localhost>
date: Tue Oct 28 06:55:45 2003 +0000
description:
m68k_make_fpu_idle_frame() is not needed/wanted if defined(M68010)
diffstat:
sys/arch/m68k/m68k/switch_subr.s | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 40145d1760d9 -r e7371f4c39d6 sys/arch/m68k/m68k/switch_subr.s
--- a/sys/arch/m68k/m68k/switch_subr.s Tue Oct 28 06:31:28 2003 +0000
+++ b/sys/arch/m68k/m68k/switch_subr.s Tue Oct 28 06:55:45 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: switch_subr.s,v 1.5 2003/08/07 16:28:19 agc Exp $ */
+/* $NetBSD: switch_subr.s,v 1.6 2003/10/28 06:55:45 mrg Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -541,6 +541,7 @@
moveq #0,%d0 | return 0
rts
+#if !defined(M68010)
/*
* void m68k_make_fpu_idle_frame(void)
*
@@ -570,3 +571,4 @@
fnop
addql #4,%sp
rts
+#endif
Home |
Main Index |
Thread Index |
Old Index