• Benjamin Herrenschmidt's avatar
    [PATCH] ppc64: Add a sync in context switch on SMP · 0ef9775d
    Benjamin Herrenschmidt authored
    For the same reason as ppc32, we need to ensure that all stores
    done on a CPU has reached the coherency domain and are visible
    to loads done by another CPU when context switching as the same
    thread may be rescheduled almost right away there.
    0ef9775d
entry.S 15 KB