summaryrefslogtreecommitdiff
path: root/sys/alpha/include
diff options
context:
space:
mode:
authorDoug Rabson <dfr@FreeBSD.org>1998-07-30 08:12:14 +0000
committerDoug Rabson <dfr@FreeBSD.org>1998-07-30 08:12:14 +0000
commit82153dc24789105eb2d284c579a30fe28f93d541 (patch)
tree0e0234c6331ac9e75b23ae94fc8bf8b0ac4688c5 /sys/alpha/include
parent25729629a226d0af1f8866b29b5a5f4479250307 (diff)
Notes
Diffstat (limited to 'sys/alpha/include')
-rw-r--r--sys/alpha/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index e5b0e9055545..bd5f26fe07c8 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.4 1998/06/14 13:45:13 dfr Exp $ */
+/* $Id: param.h,v 1.5 1998/07/12 16:32:10 dfr Exp $ */
/* From: NetBSD: param.h,v 1.20 1997/09/19 13:52:53 leo Exp */
/*
@@ -75,7 +75,7 @@
#define PAGE_MASK (PAGE_SIZE-1)
#define NPTEPG (PAGE_SIZE/(sizeof (pt_entry_t)))
-#define KERNBASE 0xfffffc0000230000LL /* start of kernel virtual */
+#define KERNBASE 0xfffffc0000300000LL /* start of kernel virtual */
#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */