Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Sep 2014 04:13:22 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272014 - head/sys/powerpc/aim
Message-ID:  <201409230413.s8N4DMRd022889@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Tue Sep 23 04:13:21 2014
New Revision: 272014
URL: http://svnweb.freebsd.org/changeset/base/272014

Log:
  We should have an isync after switching MSR[SF] in bootstrap.
  
  Submitted by:	Mark Millard
  MFC after:	3 days

Modified:
  head/sys/powerpc/aim/locore64.S

Modified: head/sys/powerpc/aim/locore64.S
==============================================================================
--- head/sys/powerpc/aim/locore64.S	Tue Sep 23 02:56:40 2014	(r272013)
+++ head/sys/powerpc/aim/locore64.S	Tue Sep 23 04:13:21 2014	(r272014)
@@ -160,6 +160,7 @@ ASENTRY_NOPROF(__start)
 	li	8,1
 	insrdi	9,8,1,0
 	mtmsrd	9
+	isync
 	
 	bl	OF_initial_setup
 	nop



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409230413.s8N4DMRd022889>