Missed platform_smp_timebase_sync() in r326205.

MFC after:	3 weeks
X-MFC-With:	r326205
This commit is contained in:
Nathan Whitehorn 2017-11-25 22:06:40 +00:00
parent 5d7c76afc6
commit 66d6978c27

View File

@ -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);