diff options
author | 2004-01-19 17:18:13 +0000 | |
---|---|---|
committer | 2004-01-19 17:18:13 +0000 | |
commit | 2d0f3a62785ebf80c892932cc56acee434736f1d (patch) | |
tree | c7718ee6c4c7c17e99338fe9b75e7f8e371fa672 | |
parent | The pessimistic tlb handling change turned out to be one more instance of (diff) | |
download | wireguard-openbsd-2d0f3a62785ebf80c892932cc56acee434736f1d.tar.xz wireguard-openbsd-2d0f3a62785ebf80c892932cc56acee434736f1d.zip |
``3 pages of u-area ought to be enough for everybody''
(deraadt wanted 2, I wanted 4, actually...)
-rw-r--r-- | sys/arch/mvme88k/include/param.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index 35f00aed627..a510c4a0695 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.33 2004/01/13 23:24:59 miod Exp $ */ +/* $OpenBSD: param.h,v 1.34 2004/01/19 17:18:13 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -89,7 +89,7 @@ #define SSIZE 1 /* initial stack size/NBPG */ #define SINCR 1 /* increment of stack/NBPG */ -#define UPAGES 8 /* pages of u-area */ +#define UPAGES 3 /* pages of u-area */ #define USPACE (UPAGES * NBPG) #define UADDR 0xeee00000 /* address of u */ |