svn commit: r272014 - head/sys/powerpc/aim

Nathan Whitehorn nwhitehorn at FreeBSD.org
Tue Sep 23 04:13:22 UTC 2014


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


More information about the svn-src-head mailing list