Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mvme68k/mvme68k Put the call to mvme68k_init() back...



details:   https://anonhg.NetBSD.org/src/rev/6676839fa909
branches:  trunk
changeset: 499524:6676839fa909
user:      scw <scw%NetBSD.org@localhost>
date:      Tue Nov 21 22:08:04 2000 +0000

description:
Put the call to mvme68k_init() back where it was originally.

diffstat:

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

diffs (27 lines):

diff -r f0b55d8de7dc -r 6676839fa909 sys/arch/mvme68k/mvme68k/locore.s
--- a/sys/arch/mvme68k/mvme68k/locore.s Tue Nov 21 21:27:04 2000 +0000
+++ b/sys/arch/mvme68k/mvme68k/locore.s Tue Nov 21 22:08:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.67 2000/11/21 13:54:15 tsutsui Exp $      */
+/*     $NetBSD: locore.s,v 1.68 2000/11/21 22:08:04 scw Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -604,9 +604,6 @@
        movl    #USRSTACK-4,a2
        movl    a2,usp                  | init user SP
        movl    a1,_C_LABEL(curpcb)     | proc0 is running
-
-       jbsr    _C_LABEL(mvme68k_init)  | additional pre-main initialization
-
        tstl    _C_LABEL(fputype)       | Have an FPU?
        jeq     Lenab2                  | No, skip.
        clrl    a1@(PCB_FPCTX)          | ensure null FP context
@@ -629,6 +626,7 @@
  * main() nevers returns; we exit to user mode from a forked process
  * later on.
  */
+       jbsr    _C_LABEL(mvme68k_init)  | additional pre-main initialization
        movw    #PSL_LOWIPL,sr          | lower SPL
        clrw    sp@-                    | vector offset/frame type
        clrl    sp@-                    | PC - filled in by "execve"



Home | Main Index | Thread Index | Old Index