Missed platform_smp_timebase_sync() in r326205.
MFC after: 3 weeks X-MFC-With: r326205
This commit is contained in:
parent
5d7c76afc6
commit
66d6978c27
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user