Date: Thu, 12 Jun 2008 01:09:51 GMT From: Julian Elischer <julian@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 143338 for review Message-ID: <200806120109.m5C19po8032742@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=143338 Change 143338 by julian@julian_trafmon1 on 2008/06/12 01:09:08 remove extra stuff we don't want in these commits Affected files ... .. //depot/projects/vimage-commit/src/sys/compat/linux/linux_misc.c#3 edit .. //depot/projects/vimage-commit/src/sys/compat/svr4/svr4_sockio.c#2 edit Differences ... ==== //depot/projects/vimage-commit/src/sys/compat/linux/linux_misc.c#3 (text+ko) ==== @@ -139,8 +139,8 @@ /* Use the information from the mib to get our load averages */ for (i = 0; i < 3; i++) - sysinfo.loads[i] = V_averunnable.ldavg[i] * - LINUX_SYSINFO_LOADS_SCALE / V_averunnable.fscale; + sysinfo.loads[i] = averunnable.ldavg[i] * + LINUX_SYSINFO_LOADS_SCALE / averunnable.fscale; sysinfo.totalram = physmem * PAGE_SIZE; sysinfo.freeram = sysinfo.totalram - cnt.v_wire_count * PAGE_SIZE; ==== //depot/projects/vimage-commit/src/sys/compat/svr4/svr4_sockio.c#2 (text+ko) ====
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806120109.m5C19po8032742>