diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-06 22:31:32 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-06 22:31:32 +0000 |
commit | 14c454dc1fa67a693cb6fbe0c1ac010c199629cc (patch) | |
tree | a5b60db782bb73c0d1857b936760c7709dc5cae7 /sys/arch/vax/include | |
parent | 954950e427dd8acd3f2af729b91d2af5db823514 (diff) |
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok
Diffstat (limited to 'sys/arch/vax/include')
-rw-r--r-- | sys/arch/vax/include/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/vax/include/param.h b/sys/arch/vax/include/param.h index e95a3176de6..ccaa04871e1 100644 --- a/sys/arch/vax/include/param.h +++ b/sys/arch/vax/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.26 2004/04/19 22:55:51 deraadt Exp $ */ +/* $OpenBSD: param.h,v 1.27 2004/08/06 22:31:31 mickey Exp $ */ /* $NetBSD: param.h,v 1.39 1999/10/22 21:14:34 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -87,6 +87,7 @@ #define UPAGES 2 /* pages of u-area */ #define USPACE (NBPG*UPAGES) +#define USPACE_ALIGN (0) /* u-area alignment 0-none */ #define REDZONEADDR (VAX_NBPG*3) /* Must be > sizeof(struct user) */ #ifndef MSGBUFSIZE |