Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 May 2011 07:08:28 +0000 (UTC)
From:      Andriy Gapon <avg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r221681 - user/avg/xcpu/sys/kern
Message-ID:  <201105090708.p4978SQq080698@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105090708.p4978SQq080698>