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/x68k/stand/loadbsd pullup 1..1->1.2 (minoura)
details: https://anonhg.NetBSD.org/src/rev/f4ebfe28f8d8
branches: netbsd-1-4
changeset: 468589:f4ebfe28f8d8
user: perry <perry%NetBSD.org@localhost>
date: Fri Apr 30 16:34:06 1999 +0000
description:
pullup 1..1->1.2 (minoura)
diffstat:
sys/arch/x68k/stand/loadbsd/loadbsd.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 5acf20beedc4 -r f4ebfe28f8d8 sys/arch/x68k/stand/loadbsd/loadbsd.c
--- a/sys/arch/x68k/stand/loadbsd/loadbsd.c Fri Apr 30 16:30:26 1999 +0000
+++ b/sys/arch/x68k/stand/loadbsd/loadbsd.c Fri Apr 30 16:34:06 1999 +0000
@@ -19,13 +19,13 @@
* -d use compiled-in rootdev
* -r specify root device
*
- * $NetBSD: loadbsd.c,v 1.1 1998/09/01 19:55:33 itohy Exp $
+ * $NetBSD: loadbsd.c,v 1.1.8.1 1999/04/30 16:34:06 perry Exp $
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: loadbsd.c,v 1.1 1998/09/01 19:55:33 itohy Exp $");
-#define VERSION "$Revision: 1.1 $ $Date: 1998/09/01 19:55:33 $"
+__RCSID("$NetBSD: loadbsd.c,v 1.1.8.1 1999/04/30 16:34:06 perry Exp $");
+#define VERSION "$Revision: 1.1.8.1 $ $Date: 1999/04/30 16:34:06 $"
#include <sys/types.h> /* ntohl */
#include <sys/reboot.h>
@@ -370,7 +370,7 @@
if (opt_v)
xwarnx("trampoline arg at %p", arg);
- arg->bsr_inst = TRAMP_BSR + sizeof(struct tramparg) - 4;
+ arg->bsr_inst = TRAMP_BSR + sizeof(struct tramparg) - 2;
arg->tmp_stack = (char *) arg + sizeof(struct tramparg)
+ size_tramp + SIZE_TMPSTACK;
arg->mpu_type = IOCS_MPU_STAT() & 0xff;
Home |
Main Index |
Thread Index |
Old Index