summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorskrll <skrll@NetBSD.org>2008-02-05 10:10:21 +0000
committerskrll <skrll@NetBSD.org>2008-02-05 10:10:21 +0000
commitf867ae875e8cb06c19ff14792aecde1a74ed8bf2 (patch)
tree5adc30f8c2ffc0d28a2be6cdce79f7099703ed66 /sys
parent065ed4f58b14f48f0b3254ddbafe95396752e32b (diff)
Rely on implicit PAGE_SIZE alignment and don't confuse uvm_glue.c.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/hppa/include/vmparam.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index cfc4d23a920..ce4e0b6fae4 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $NetBSD: vmparam.h,v 1.11 2007/04/18 13:41:37 skrll Exp $ */
+/* $NetBSD: vmparam.h,v 1.12 2008/02/05 10:10:21 skrll Exp $ */
/* $OpenBSD: vmparam.h,v 1.17 2001/09/22 18:00:09 miod Exp $ */
@@ -46,9 +46,6 @@
#define USRSTACK 0x70000000 /* Start of user stack */
#define SYSCALLGATE 0xC0000000 /* syscall gateway page */
-/* Alignment requirement for a uspace. */
-#define USPACE_ALIGN PAGE_SIZE
-
/*
* Virtual memory related constants, all in bytes
*/