commit | 188fdea69fa91dcd674a3d40f060a5891d4bc45a | [log] [tgz] |
---|---|---|
author | Sam Bobroff <sbobroff@linux.ibm.com> | Thu Nov 29 14:16:38 2018 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Tue Feb 05 11:55:42 2019 +1100 |
tree | 28ed66d5fe98301096cc7c5b24784f9df151a1bd | |
parent | 3376cb91ed908eb0728900894a77d8206574dbcd [diff] |
powerpc/eeh: remove sw_state from eeh_unfreeze_pe() eeh_unfreeze_pe() performs two operations: unfreezing a PE (which may cause firmware to unfreeze child PEs as well) and de-isolating the PE and it's children. To simplify this and support future work, separate out the de-isolation and perform it at the call sites (when necessary). There should be no change in behaviour. Signed-off-by: Sam Bobroff <sbobroff@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>