summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/arch/landisk/include/vmparam.h4
-rw-r--r--sys/arch/sh/include/vmparam.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/landisk/include/vmparam.h b/sys/arch/landisk/include/vmparam.h
index 1337e54ff71..5c1f0229582 100644
--- a/sys/arch/landisk/include/vmparam.h
+++ b/sys/arch/landisk/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.1.1.1 2006/10/06 21:16:15 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.2 2007/05/20 20:16:07 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.1 2006/09/01 21:26:18 uwe Exp $ */
#ifndef _LANDISK_VMPARAM_H_
@@ -6,6 +6,8 @@
#include <sh/vmparam.h>
+#define KERNBASE 0x8c000000
+
#define VM_PHYSSEG_MAX 1
#define VM_PHYSSEG_NOADD
#define VM_PHYSSEG_STRAT VM_PSTRAT_RANDOM
diff --git a/sys/arch/sh/include/vmparam.h b/sys/arch/sh/include/vmparam.h
index deeab7b3af8..0d627575faa 100644
--- a/sys/arch/sh/include/vmparam.h
+++ b/sys/arch/sh/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.2 2006/10/14 18:40:06 drahn Exp $ */
+/* $OpenBSD: vmparam.h,v 1.3 2007/05/20 20:16:08 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.17 2006/03/04 01:55:03 uwe Exp $ */
/*-
@@ -50,7 +50,6 @@
/* top of stack */
#define USRSTACK VM_MAXUSER_ADDRESS
-#define KERNBASE VM_MIN_KERNEL_ADDRESS
/* Virtual memory resoruce limit. */
#define MAXTSIZ (64 * 1024 * 1024) /* max text size */