Date: Wed, 12 Nov 2003 23:07:04 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 42224 for review Message-ID: <200311130707.hAD774NT080158@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42224 Change 42224 by jmallett@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(); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311130707.hAD774NT080158>