From 79e8ac2aeaed72cc8b176a573b5bb8512619caac Mon Sep 17 00:00:00 2001 From: dfr Date: Fri, 9 Nov 2001 13:09:57 +0000 Subject: Reserve more space for phys_avail. Really need to be more careful about overflowing phys_avail. --- sys/ia64/ia64/machdep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys') diff --git a/sys/ia64/ia64/machdep.c b/sys/ia64/ia64/machdep.c index 6d29237..522d17e 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) -- cgit v1.1