From owner-svn-src-projects@FreeBSD.ORG Fri Oct 9 14:30:29 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C358106566B; Fri, 9 Oct 2009 14:30:29 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9888FC13; Fri, 9 Oct 2009 14:30:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n99EUSKG055667; Fri, 9 Oct 2009 14:30:28 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n99EUS6q055665; Fri, 9 Oct 2009 14:30:28 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <200910091430.n99EUS6q055665@svn.freebsd.org> From: Nathan Whitehorn Date: Fri, 9 Oct 2009 14:30:28 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197908 - projects/ppc64/sys/powerpc/aim64 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Oct 2009 14:30:29 -0000 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