From owner-cvs-all@FreeBSD.ORG Fri Nov 11 02:06:54 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 66E4416A41F; Fri, 11 Nov 2005 02:06:54 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D9843D45; Fri, 11 Nov 2005 02:06:54 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jAB26sdk050192; Fri, 11 Nov 2005 02:06:54 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jAB26sZb050191; Fri, 11 Nov 2005 02:06:54 GMT (envelope-from grehan) Message-Id: <200511110206.jAB26sZb050191@repoman.freebsd.org> From: Peter Grehan Date: Fri, 11 Nov 2005 02:06:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/powerpc/powerpc pmap.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2005 02:06:54 -0000 grehan 2005-11-11 02:06:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/powerpc/powerpc pmap.c Log: MFC r1.102 > Finally (!?) get to the bottom of the mysterious G3 boot-time panics. > After a number of tests using nop's to change the alignment, it was > confirmed that the mtibat instructions should be cache-aligned. > FreeScale app note AN2540 indicates that the isync before and after > the mtdbat is the right thing to do, but sync/isync isn't required > before the mtibat so it has been removed. > > Fix by using a ".balign 32" to pull the code in question to the correct > alignment. Revision Changes Path 1.99.2.2 +1 -1 src/sys/powerpc/powerpc/pmap.c