commit | 2c77e95741e1202f993a4126f1f401459f1bcd4d | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Fri Nov 22 16:28:46 2013 +0800 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Dec 05 16:08:19 2013 +1100 |
tree | bdcb798caf17237624f7f3503d1417c8362f2c42 | |
parent | 93aef2a789778e7ec787179fc9b34ca4885a5ef3 [diff] |
powerpc/eeh: Output PHB diag-data When hitting frozen PE or fenced PHB, it's always indicative to have dumped PHB diag-data for further analysis and diagnosis. However, we never dump that for the cases. The patch intends to dump PHB diag-data at the backend of eeh_ops::get_log() for PowerNV platform. Signed-off-by: Gavin Shan <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>