summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
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
*/