From: Gavin Shan Date: Sun, 4 May 2014 23:29:03 +0000 (+1000) Subject: powerpc/eeh: Report frozen parent PE prior to child PE X-Git-Tag: omap-for-v3.16/fixes-against-rc1~30^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ad7a72c5e57bc6a7a3190c580df14dc3642febf;p=pandora-kernel.git powerpc/eeh: Report frozen parent PE prior to child PE When we have the corner case of frozen parent and child PE at the same time, we have to handle the frozen parent PE prior to the child. Without clearning the frozen state on parent PE, the child PE can't be recovered successfully. The patch searches the EEH PE hierarchy tree and returns the toppest frozen PE to be handled. It ensures the frozen parent PE will be handled prior to child PE. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed