summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2004-08-06 22:31:32 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2004-08-06 22:31:32 +0000
commit14c454dc1fa67a693cb6fbe0c1ac010c199629cc (patch)
treea5b60db782bb73c0d1857b936760c7709dc5cae7 /sys/arch/hppa
parent954950e427dd8acd3f2af729b91d2af5db823514 (diff)
provide md USPACE_ALIGN zero on all but mips; deradat@ pefo@ ok
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index af7750571d0..0b8b1ab600c 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.23 2004/06/28 14:36:59 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.24 2004/08/06 22:31:30 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -67,6 +67,7 @@
#define SINCR (1) /* increment of stack/NBPG */
#define USPACE (4 * NBPG) /* pages for user struct and kstack */
+#define USPACE_ALIGN (0) /* u-area alignment 0-none */
#ifndef MSGBUFSIZE
#define MSGBUFSIZE 2*NBPG /* default message buffer size */