svn commit: r197908 - projects/ppc64/sys/powerpc/aim64

Nathan Whitehorn nwhitehorn at FreeBSD.org
Fri Oct 9 14:30:29 UTC 2009


Author: nwhitehorn
Date: Fri Oct  9 14:30:28 2009
New Revision: 197908
URL: http://svn.freebsd.org/changeset/base/197908

Log:
  Fix comment to reflect reality.

Modified:
  projects/ppc64/sys/powerpc/aim64/swtch.S

Modified: projects/ppc64/sys/powerpc/aim64/swtch.S
==============================================================================
--- projects/ppc64/sys/powerpc/aim64/swtch.S	Fri Oct  9 13:52:49 2009	(r197907)
+++ projects/ppc64/sys/powerpc/aim64/swtch.S	Fri Oct  9 14:30:28 2009	(r197908)
@@ -213,9 +213,9 @@ cpu_switchin:
 
 	isync
 	/*
-	 * Perform a dummy stwcx. to clear any reservations we may have
+	 * Perform a dummy stdcx. to clear any reservations we may have
 	 * inherited from the previous thread. It doesn't matter if the
-	 * stwcx succeeds or not. pcb_context[0] can be clobbered.
+	 * stdcx succeeds or not. pcb_context[0] can be clobbered.
 	 */
 	stdcx.	%r1, 0, %r3
 	blr


More information about the svn-src-projects mailing list