From owner-cvs-src@FreeBSD.ORG Sat Aug 7 00:20:00 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C331F16A4CE; Sat, 7 Aug 2004 00:20:00 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4F1943D1F; Sat, 7 Aug 2004 00:20:00 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i770K0mq035763; Sat, 7 Aug 2004 00:20:00 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i770K0ZZ035762; Sat, 7 Aug 2004 00:20:00 GMT (envelope-from grehan) Message-Id: <200408070020.i770K0ZZ035762@repoman.freebsd.org> From: Peter Grehan Date: Sat, 7 Aug 2004 00:20:00 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/include cpufunc.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2004 00:20:00 -0000 grehan 2004-08-07 00:20:00 UTC FreeBSD src repository Modified files: sys/powerpc/include cpufunc.h Log: Always isync after a mtmsr. While perhaps not strictly necessary for PSL_EE bit banging according to the OEA, it's better to be conservative than having to continually audit uses of this inline. Revision Changes Path 1.21 +1 -1 src/sys/powerpc/include/cpufunc.h