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

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Nov 25 22:06:41 UTC 2017


Author: nwhitehorn
Date: Sat Nov 25 22:06:40 2017
New Revision: 326209
URL: https://svnweb.freebsd.org/changeset/base/326209

Log:
  Missed platform_smp_timebase_sync() in r326205.
  
  MFC after:	3 weeks
  X-MFC-With:	r326205

Modified:
  head/sys/powerpc/aim/aim_machdep.c

Modified: head/sys/powerpc/aim/aim_machdep.c
==============================================================================
--- head/sys/powerpc/aim/aim_machdep.c	Sat Nov 25 22:05:05 2017	(r326208)
+++ head/sys/powerpc/aim/aim_machdep.c	Sat Nov 25 22:06:40 2017	(r326209)
@@ -595,7 +595,7 @@ cpu_sleep()
 		while (1)
 			mtmsr(msr);
 	}
-	mttb(timebase);
+	platform_smp_timebase_sync(timebase, 0);
 	PCPU_SET(curthread, curthread);
 	PCPU_SET(curpcb, curthread->td_pcb);
 	pmap_activate(curthread);


More information about the svn-src-head mailing list