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 fix the first (temporary) kernel...



details:   https://anonhg.NetBSD.org/src/rev/e390e8d089b4
branches:  netbsd-1-5
changeset: 489082:e390e8d089b4
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sat Aug 12 19:03:52 2000 +0000

description:
fix the first (temporary) kernel stack address

diffstat:

 sys/arch/evbsh3/evbsh3/genassym.cf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98bae675ab6f -r e390e8d089b4 sys/arch/evbsh3/evbsh3/genassym.cf
--- a/sys/arch/evbsh3/evbsh3/genassym.cf        Sat Aug 12 19:00:22 2000 +0000
+++ b/sys/arch/evbsh3/evbsh3/genassym.cf        Sat Aug 12 19:03:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: genassym.cf,v 1.6 2000/05/26 00:36:45 thorpej Exp $
+#      $NetBSD: genassym.cf,v 1.6.4.1 2000/08/12 19:03:52 msaitoh Exp $
 
 #
 # Copyright (c) 1995, 1997 Charles M. Hannum.  All rights reserved.
@@ -100,6 +100,7 @@
 define SC_EFLAGS               offsetof(struct sigcontext, sc_ssr)
 
 define IOM_RAM_BEGIN           IOM_RAM_BEGIN
+define IOM_RAM_SIZE            IOM_RAM_SIZE
 define IOM_ROM_BEGIN           IOM_ROM_BEGIN
 
 define LED_ADDR                LED_ADDR



Home | Main Index | Thread Index | Old Index