diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-09-06 19:49:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-09-06 19:49:06 +0000 |
commit | 3963bcc1a4f62e323d92a8f8d75cf5dce429627d (patch) | |
tree | 2cba2df6beb41c56ab4f7379854f395dca96ad05 /sys | |
parent | 15c226fdcb0bb98915e50144555551ca42812582 (diff) |
Fix comment to catch up with HPPA_PGALIAS change.
Diffstat (limited to 'sys')
-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 /* |