summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2008-09-06 19:49:05 +0000
committerkettenis <kettenis@openbsd.org>2008-09-06 19:49:05 +0000
commit7a332f94da33acb62ed8fbc4ade6a5ce7ffe09d1 (patch)
tree5778763fcc6f9488d47ccabc0c95527dd434e0a2
parentTry to clean up the cross build environment, more of the tree cross builds now (diff)
downloadwireguard-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.h4
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
/*