summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-03 19:00:35 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2002-08-03 19:00:35 +0000
commite1f6d4ecc19c4b152948c67b2840f7c54855225a (patch)
tree8379bcb03f875469da290fda9c7ce837af5f65bd /sys/arch/hppa
parent44673075be5c3859ad63aa4577ef7071e1e2a6ed (diff)
u could get a little higher
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 84ae6a6be4c..a73a04ee218 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.18 2002/02/08 23:24:08 mickey Exp $ */
+/* $OpenBSD: param.h,v 1.19 2002/08/03 19:00:34 mickey Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -66,7 +66,7 @@
#define SSIZE (4) /* initial stack size/NBPG */
#define SINCR (1) /* increment of stack/NBPG */
-#define UADDR 0x7ffe6000 /* u-area lives here */
+#define UADDR 0x7fff7000 /* u-area lives here */
#define USHIFT (3) /* log2(UPAGES) */
#define UPAGES (1<<USHIFT) /* pages of u-area */
#define USPACE (UPAGES * NBPG) /* pages for user struct and kstack */