diff options
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/param.h | 4 |
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 */ |