From owner-svn-src-stable@freebsd.org Fri Dec 9 04:35:08 2016 Return-Path: Delivered-To: svn-src-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7AD75C6E1E8; Fri, 9 Dec 2016 04:35:08 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49BDA154; Fri, 9 Dec 2016 04:35:08 +0000 (UTC) (envelope-from jhibbits@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB94Z7GD057850; Fri, 9 Dec 2016 04:35:07 GMT (envelope-from jhibbits@FreeBSD.org) Received: (from jhibbits@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB94Z7KP057849; Fri, 9 Dec 2016 04:35:07 GMT (envelope-from jhibbits@FreeBSD.org) Message-Id: <201612090435.uB94Z7KP057849@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhibbits set sender to jhibbits@FreeBSD.org using -f From: Justin Hibbits Date: Fri, 9 Dec 2016 04:35:07 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r309727 - stable/11/sys/powerpc/include X-SVN-Group: stable-11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 04:35:08 -0000 Author: jhibbits Date: Fri Dec 9 04:35:07 2016 New Revision: 309727 URL: https://svnweb.freebsd.org/changeset/base/309727 Log: MFC r309167: Add an isync to after mtsrin, required by the MPC750 errata Modified: stable/11/sys/powerpc/include/cpufunc.h Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/powerpc/include/cpufunc.h ============================================================================== --- stable/11/sys/powerpc/include/cpufunc.h Fri Dec 9 03:16:36 2016 (r309726) +++ stable/11/sys/powerpc/include/cpufunc.h Fri Dec 9 04:35:07 2016 (r309727) @@ -82,7 +82,7 @@ static __inline void mtsrin(vm_offset_t va, register_t value) { - __asm __volatile ("mtsrin %0,%1" :: "r"(value), "r"(va)); + __asm __volatile ("mtsrin %0,%1; isync" :: "r"(value), "r"(va)); } static __inline register_t