svn commit: r221681 - user/avg/xcpu/sys/kern

Andriy Gapon avg at FreeBSD.org
Mon May 9 07:08:29 UTC 2011


Author: avg
Date: Mon May  9 07:08:28 2011
New Revision: 221681
URL: http://svn.freebsd.org/changeset/base/221681

Log:
  some whitespace nits

Modified:
  user/avg/xcpu/sys/kern/subr_smp.c

Modified: user/avg/xcpu/sys/kern/subr_smp.c
==============================================================================
--- user/avg/xcpu/sys/kern/subr_smp.c	Mon May  9 07:07:18 2011	(r221680)
+++ user/avg/xcpu/sys/kern/subr_smp.c	Mon May  9 07:08:28 2011	(r221681)
@@ -120,7 +120,7 @@ static volatile int smp_rv_waiters[3];
  * Shared mutex to restrict busywaits between smp_rendezvous() and
  * smp(_targeted)_tlb_shootdown().  A deadlock occurs if both of these
  * functions trigger at once and cause multiple CPUs to busywait with
- * interrupts disabled. 
+ * interrupts disabled.
  */
 struct mtx smp_ipi_mtx;
 
@@ -281,7 +281,7 @@ suspend_cpus(cpumask_t map)
 #endif
 
 /*
- * Called by a CPU to restart stopped CPUs. 
+ * Called by a CPU to restart stopped CPUs.
  *
  * Usually (but not necessarily) called with 'stopped_cpus' as its arg.
  *
@@ -389,7 +389,7 @@ unstop_cpus_hard(void)
 }
 
 /*
- * All-CPU rendezvous.  CPUs are signalled, all execute the setup function 
+ * All-CPU rendezvous.  CPUs are signalled, all execute the setup function
  * (if specified), rendezvous, execute the action function (if specified),
  * rendezvous again, execute the teardown function (if specified), and then
  * resume.


More information about the svn-src-user mailing list