From owner-svn-src-head@FreeBSD.ORG Sat Oct 31 18:04:35 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1B8DA10656AC; Sat, 31 Oct 2009 18:04:35 +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 0A29B8FC20; Sat, 31 Oct 2009 18:04:35 +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 n9VI4Y2V098369; Sat, 31 Oct 2009 18:04:34 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n9VI4Yqe098367; Sat, 31 Oct 2009 18:04:34 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <200910311804.n9VI4Yqe098367@svn.freebsd.org> From: Nathan Whitehorn Date: Sat, 31 Oct 2009 18:04:34 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r198725 - head/sys/powerpc/aim X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Oct 2009 18:04:35 -0000 Author: nwhitehorn Date: Sat Oct 31 18:04:34 2009 New Revision: 198725 URL: http://svn.freebsd.org/changeset/base/198725 Log: Remove an unnecessary sync that crept in the last commit. Modified: head/sys/powerpc/aim/swtch.S Modified: head/sys/powerpc/aim/swtch.S ============================================================================== --- head/sys/powerpc/aim/swtch.S Sat Oct 31 17:59:24 2009 (r198724) +++ head/sys/powerpc/aim/swtch.S Sat Oct 31 18:04:34 2009 (r198725) @@ -122,7 +122,6 @@ ENTRY(cpu_switch) cpu_switchin: #if defined(SMP) && defined(SCHED_ULE) /* Wait for the new thread to become unblocked */ - sync lis %r6,blocked_lock@ha addi %r6,%r6,blocked_lock@l blocked_loop: