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/powerpc/include/param.h | |
parent | 954950e427dd8acd3f2af729b91d2af5db823514 (diff) |
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok
Diffstat (limited to 'sys/arch/powerpc/include/param.h')
-rw-r--r-- | sys/arch/powerpc/include/param.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/param.h b/sys/arch/powerpc/include/param.h index 30f2d7edd40..75c62bc7a40 100644 --- a/sys/arch/powerpc/include/param.h +++ b/sys/arch/powerpc/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.24 2004/06/24 22:35:56 drahn Exp $ */ +/* $OpenBSD: param.h,v 1.25 2004/08/06 22:31:31 mickey Exp $ */ /* $NetBSD: param.h,v 1.1 1996/09/30 16:34:28 ws Exp $ */ /*- @@ -67,6 +67,7 @@ #define UPAGES 4 #define USPACE (UPAGES * NBPG) +#define USPACE_ALIGN (0) /* u-area alignment 0-none */ /* * Constants related to network buffer management. |