PERFORCE change 85832 for review

Peter Wemm peter at FreeBSD.org
Tue Oct 25 09:10:57 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=85832

Change 85832 by peter at peter_overcee on 2005/10/25 16:09:50

	Increase physmap array to match phys_avail.  Some dells need it.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/machdep.c#143 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/machdep.c#143 (text+ko) ====

@@ -830,7 +830,7 @@
 }
 #endif
 
-#define PHYSMAP_SIZE	(2 * 8)
+#define PHYSMAP_SIZE	(2 * 20)
 
 u_int basemem;
 


More information about the p4-projects mailing list