From: Gavin Shan Date: Fri, 7 Sep 2012 22:44:12 +0000 (+0000) Subject: powerpc/eeh: Trace EEH state based on PE X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6635294418a954b5f911375b86d3552cf93f36;p=pandora-kernel.git powerpc/eeh: Trace EEH state based on PE Since we've introduced dedicated struct to trace individual PEs, it's reasonable to trace its state through the dedicated struct instead of using "eeh_dev" any more. The patches implements the state tracing based on PE. It's notable that the PE state will be applied to the specified PE as well as its child PEs. That complies with the rule that problematic parent PE will prevent those child PEs from working properly. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed