svn commit: r221684 - user/avg/xcpu/sys/amd64/amd64

Andriy Gapon avg at FreeBSD.org
Mon May 9 07:10:27 UTC 2011


Author: avg
Date: Mon May  9 07:10:26 2011
New Revision: 221684
URL: http://svn.freebsd.org/changeset/base/221684

Log:
  a whitespace nit

Modified:
  user/avg/xcpu/sys/amd64/amd64/vm_machdep.c

Modified: user/avg/xcpu/sys/amd64/amd64/vm_machdep.c
==============================================================================
--- user/avg/xcpu/sys/amd64/amd64/vm_machdep.c	Mon May  9 07:09:51 2011	(r221683)
+++ user/avg/xcpu/sys/amd64/amd64/vm_machdep.c	Mon May  9 07:10:26 2011	(r221684)
@@ -517,7 +517,7 @@ cpu_reset_proxy()
 	cpu_reset_proxy_active = 1;
 	while (cpu_reset_proxy_active == 1)
 		;	/* Wait for other cpu to see that we've started */
-	stop_cpus((1<<cpu_reset_proxyid));
+	stop_cpus((1 << cpu_reset_proxyid));
 	printf("cpu_reset_proxy: Stopped CPU %d\n", cpu_reset_proxyid);
 	DELAY(1000000);
 	cpu_reset_real();


More information about the svn-src-user mailing list