summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/include/param.h')
-rw-r--r--sys/arch/sparc64/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index 3de7a4c6d42..f77b3241f2e 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.13 2004/04/19 22:55:50 deraadt Exp $ */
+/* $OpenBSD: param.h,v 1.14 2004/08/06 22:31:31 mickey Exp $ */
/* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */
/*
@@ -114,6 +114,7 @@ extern int nbpg, pgofset, pgshift;
/* We get stack overflows w/8K stacks in 64-bit mode */
#define SSIZE 2 /* initial stack size in pages */
#define USPACE (SSIZE*8192)
+#define USPACE_ALIGN (0) /* u-area alignment 0-none */
/*