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/amd64 | |
parent | 954950e427dd8acd3f2af729b91d2af5db823514 (diff) |
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/include/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 09e070357a6..02417bc4aea 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.4 2004/06/13 21:49:13 niklas Exp $ */ +/* $OpenBSD: param.h,v 1.5 2004/08/06 22:31:30 mickey Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -98,6 +98,7 @@ #define SINCR 1 /* increment of stack/NBPG */ #define UPAGES 5 /* pages of u-area */ #define USPACE (UPAGES * NBPG) /* total size of u-area */ +#define USPACE_ALIGN (0) /* u-area alignment 0-none */ #ifndef MSGBUFSIZE #define MSGBUFSIZE 4*NBPG /* default message buffer size */ |