Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/evbsh3/evbsh3 Pullup revision 1.20-1.21 (appro...



details:   https://anonhg.NetBSD.org/src/rev/e7d50228ea52
branches:  netbsd-1-5
changeset: 489083:e7d50228ea52
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat Aug 12 19:06:17 2000 +0000

description:
Pullup revision 1.20-1.21 (approved by thorpej):

rev. 1.20:
        fix the first (temporary) kernel stack address

rev. 1.21:
        hide InitializeBSC if DONT_INIT_BSC is defined

diffstat:

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

diffs (28 lines):

diff -r e390e8d089b4 -r e7d50228ea52 sys/arch/evbsh3/evbsh3/locore.s
--- a/sys/arch/evbsh3/evbsh3/locore.s   Sat Aug 12 19:03:52 2000 +0000
+++ b/sys/arch/evbsh3/evbsh3/locore.s   Sat Aug 12 19:06:17 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: locore.s,v 1.17.2.1 2000/08/08 19:05:51 msaitoh Exp $  */
+/*     $NetBSD: locore.s,v 1.17.2.2 2000/08/12 19:06:17 msaitoh Exp $  */
 
 /*-
  * Copyright (c) 1993, 1994, 1995, 1997
@@ -51,7 +51,7 @@
 #include <machine/pte.h>
 #include <machine/trap.h>
 
-#define INIT_STACK     IOM_RAM_BEGIN + 0x003ff000
+#define INIT_STACK     IOM_RAM_BEGIN + IOM_RAM_SIZE - 0x00001000
 
 #ifdef SH4
 #define SHREG_EXPEVT   0xff000024
@@ -398,7 +398,9 @@
                .align  2
 
        .globl  _C_LABEL(ram_start)
+#ifndef        DONT_INIT_BSC
 XLInitializeBsc:.long  _C_LABEL(InitializeBsc)
+#endif
 ___start:      .long   start
 ___etext:      .long   _etext
 ___end:                .long   _end



Home | Main Index | Thread Index | Old Index