smp: fix race in async on_cpu()
We fire off the IPI, but don't wait for the other cpu to pickk up
the function and data before returning.
Fix by making the other cpu ACK the receipt of the IPI (but still
execute the result asynchrously).
Signed-off-by:
Avi Kivity <avi@redhat.com>
Please register or sign in to comment