PERFORCE change 42224 for review

Juli Mallett jmallett at FreeBSD.org
Wed Nov 12 23:07:07 PST 2003


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

Change 42224 by jmallett at jmallett_dalek on 2003/11/12 23:06:44

	init_param2 takes pages.  fun though it was to watch vm try
	to tune maxusers based on memory<<12, well, yeah.
	
	DUH pill from:	imp

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#23 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/machdep_sgimips.c#23 (text+ko) ====

@@ -164,7 +164,7 @@
 	if (kend == 0)
 		panic("End of kernel should not be 0");
 
-	init_param2(ctob(availmem));
+	init_param2(btoc(physsz));
 	mips_init();
 }
 


More information about the p4-projects mailing list