commit | 7b401850a1c9b64b010b3d107321df4e7d066995 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Thu Apr 24 18:00:11 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 28 17:33:57 2014 +1000 |
tree | 7f8a050bfb871ba780420d0c44bc771c9bf4fa52 | |
parent | b34497d1844ac89269eb2c6faea0ceec7757a9c3 [diff] |
powerpc/eeh: EEH_PE_ISOLATED not reflect HW state When doing PE reset, EEH_PE_ISOLATED is cleared unconditionally. However, We should remove that if the PE reset has cleared the frozen state successfully. Otherwise, the flag should be kept. The patch fixes the issue. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>