diff options
author | 2008-09-06 19:49:05 +0000 | |
---|---|---|
committer | 2008-09-06 19:49:05 +0000 | |
commit | 7a332f94da33acb62ed8fbc4ade6a5ce7ffe09d1 (patch) | |
tree | 5778763fcc6f9488d47ccabc0c95527dd434e0a2 | |
parent | Try to clean up the cross build environment, more of the tree cross builds now (diff) | |
download | wireguard-openbsd-7a332f94da33acb62ed8fbc4ade6a5ce7ffe09d1.tar.xz wireguard-openbsd-7a332f94da33acb62ed8fbc4ade6a5ce7ffe09d1.zip |
Fix comment to catch up with HPPA_PGALIAS change.
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 6519c8601aa..504549cf12a 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.34 2008/08/22 10:41:37 kurt Exp $ */ +/* $OpenBSD: vmparam.h,v 1.35 2008/09/06 19:49:05 kettenis Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -59,7 +59,7 @@ #define STACKGAP_RANDOM 256*1024 #ifndef USRIOSIZE -#define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 2mb */ +#define USRIOSIZE ((2*HPPA_PGALIAS)/PAGE_SIZE) /* 8mb */ #endif /* |