summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/ia64/ia64/machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c
index 6d2923796f3d..522d17e77858 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -143,7 +143,7 @@ int unusedmem; /* amount of memory for OS that we don't use */
int unknownmem; /* amount of memory with an unknown use */
int ncpus; /* number of cpus */
-vm_offset_t phys_avail[10];
+vm_offset_t phys_avail[20];
static int
sysctl_hw_physmem(SYSCTL_HANDLER_ARGS)