summaryrefslogtreecommitdiffstats
path: root/sys/ia64
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-03-19 11:18:47 +0000
committerpeter <peter@FreeBSD.org>2002-03-19 11:18:47 +0000
commit1e692d325dc27208bebaa497b29684eb80b3341a (patch)
treec534af03c63de5101297af494374d65149adaf4d /sys/ia64
parent27b30c35610e33890b6e03142b153c84168f925d (diff)
downloadFreeBSD-src-1e692d325dc27208bebaa497b29684eb80b3341a.zip
FreeBSD-src-1e692d325dc27208bebaa497b29684eb80b3341a.tar.gz
My ia64 box for some reason likes to fragment the beginning/end of memory
a bit before handing it over to the OS. I occasionally have 11 segments with several 8K or so fragments depending on nvram settings and what I have done under loader(8) before booting. This needs to be revisited.
Diffstat (limited to 'sys/ia64')
-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 8d39186..24bd9b1 100644
--- a/sys/ia64/ia64/machdep.c
+++ b/sys/ia64/ia64/machdep.c
@@ -144,7 +144,7 @@ int totalphysmem; /* total amount of physical memory in system */
int physmem; /* physical memory used by NetBSD + some rsvd */
int resvmem; /* amount of memory reserved for PROM */
-vm_offset_t phys_avail[20];
+vm_offset_t phys_avail[100];
static int
sysctl_hw_physmem(SYSCTL_HANDLER_ARGS)
OpenPOWER on IntegriCloud