From: Gavin Shan Date: Fri, 7 Sep 2012 22:44:18 +0000 (+0000) Subject: powerpc/eeh: Make EEH handler PE sensitive X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~10^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=120dc496617eb7105d577c6041cbc052ffb1d8c7;p=pandora-kernel.git powerpc/eeh: Make EEH handler PE sensitive Once eeh error is found, eeh event will be created and put it into the global linked list. At the mean while, kernel thread will be started to process it. The handler for the kernel thread originally was eeh device sensitive. The patch reworks the handler of the kernel thread so that it's PE sensitive. Signed-off-by: Gavin Shan Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed