commit | 96aec911482246a319bf457f39fa848ce436c8fd | [log] [tgz] |
---|---|---|
author | Lendacky, Thomas <Thomas.Lendacky@amd.com> | Wed Oct 14 12:37:32 2015 -0500 |
committer | David S. Miller <davem@davemloft.net> | Thu Oct 15 06:13:35 2015 -0700 |
tree | e2be921eda988c4d348d3d160ab1cae25a79568a | |
parent | 74661bee1f524ca970086748291b3ca1b4c21ffe [diff] |
amd-xgbe: Use system workqueue for device restart A previous patch switched from using the system workqueue to the device workqueue for various operations. During a device restart the device workqueue is flushed so the restart cannot use this workqueue or else a deadlock results. Move the device restart back to using the system workqueue. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>