diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 00:59:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-03-29 00:59:33 +0000 |
commit | c8ab9c63ce91fe450da85399878c592a40a81237 (patch) | |
tree | b7d59d470022624dc2cbc2b255f7e3066a3b98db | |
parent | fea96a54343dad5185083989277b0f94907b7527 (diff) |
nothing uses UADDR
-rw-r--r-- | sys/arch/hppa/include/param.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index a73a04ee218..0b31cfadc92 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.19 2002/08/03 19:00:34 mickey Exp $ */ +/* $OpenBSD: param.h,v 1.20 2003/03/29 00:59:32 mickey Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -66,7 +66,6 @@ #define SSIZE (4) /* initial stack size/NBPG */ #define SINCR (1) /* increment of stack/NBPG */ -#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 */ |