Skip to content
Commit 778feeb4 authored by David S. Miller's avatar David S. Miller
Browse files

[SPARC64]: Fix race between MD update and dr-cpu add.



We need to make sure the MD update occurs before we try to
process dr-cpu configure requests.  MD update and dr-cpu
were being processed by seperate threads so that did not
happen occaisionally.

Fix this by executing all domain services data packets from
a single thread, in order.

This will help simplify some other things as well.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ac66e33
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment