PERFORCE change 143338 for review

Julian Elischer julian at FreeBSD.org
Thu Jun 12 01:09:52 UTC 2008


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

Change 143338 by julian at 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) ====



More information about the p4-projects mailing list