From f867ae875e8cb06c19ff14792aecde1a74ed8bf2 Mon Sep 17 00:00:00 2001 From: skrll Date: Tue, 5 Feb 2008 10:10:21 +0000 Subject: Rely on implicit PAGE_SIZE alignment and don't confuse uvm_glue.c. --- sys/arch/hppa/include/vmparam.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sys') 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 */ -- cgit