Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/mac68k fix botch in pullup:



details:   https://anonhg.NetBSD.org/src/rev/68847dda1abb
branches:  netbsd-1-4
changeset: 469224:68847dda1abb
user:      cgd <cgd%NetBSD.org@localhost>
date:      Mon Aug 09 03:18:37 1999 +0000

description:
fix botch in pullup:
>pullup 1.114->1.117 (scottr): re-implement delay()
Requested by briggs.

diffstat:

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

diffs (25 lines):

diff -r 483237814e52 -r 68847dda1abb sys/arch/mac68k/mac68k/locore.s
--- a/sys/arch/mac68k/mac68k/locore.s   Mon Aug 09 03:12:14 1999 +0000
+++ b/sys/arch/mac68k/mac68k/locore.s   Mon Aug 09 03:18:37 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.112.2.2 1999/07/01 15:19:54 perry Exp $   */
+/*     $NetBSD: locore.s,v 1.112.2.3 1999/08/09 03:18:37 cgd Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -1488,7 +1488,6 @@
 Lm68881rdone:
        frestore a0@                    | restore state
        rts
-       rts
 
 /*
  * delay() - delay for a specified number of microseconds
@@ -1533,6 +1532,7 @@
        swap    d0                      |    return the longword result
        orl     d1,d0
 Ldelayexit:
+       rts
 
 /*
  * Handle the nitty-gritty of rebooting the machine.



Home | Main Index | Thread Index | Old Index