summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/vmparam.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r--sys/arch/hppa/include/vmparam.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index a300f84d380..3977431aa85 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.44 2014/10/09 03:59:59 tedu Exp $ */
+/* $OpenBSD: vmparam.h,v 1.45 2014/10/09 04:01:27 tedu Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -74,7 +74,7 @@
#endif
/* user/kernel map constants */
-#define VM_MIN_ADDRESS ((vaddr_t)PAGE_SIZE)
+#define VM_MIN_ADDRESS ((vaddr_t)0)
#define VM_MAXUSER_ADDRESS ((vaddr_t)0xc0000000)
#define VM_MAX_ADDRESS VM_MAXUSER_ADDRESS
#define VM_MIN_KERNEL_ADDRESS ((vaddr_t)0xc0001000)