diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-20 20:16:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-05-20 20:16:09 +0000 |
commit | f00b77ef1573827703adbec3828ae3dd5d95164f (patch) | |
tree | 4b3060c03daca7e6e33dd253e2969711c600edb1 /sys/arch/sh | |
parent | df302e56711864ef71b6756ecfb362763c5e61cd (diff) |
Fix KERNBASE, so that profiling kernels initialize (but profiling is broken
at the moment).
Diffstat (limited to 'sys/arch/sh')
-rw-r--r-- | sys/arch/sh/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 */ |