commit | 120dc496617eb7105d577c6041cbc052ffb1d8c7 | [log] [tgz] |
---|---|---|
author | Gavin Shan <shangw@linux.vnet.ibm.com> | Fri Sep 07 22:44:18 2012 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Sep 10 09:35:42 2012 +1000 |
tree | 929f9741af32d753fb6ae71b41f1fbcd4787bfa7 | |
parent | c270a24c59bd9a4ac7dbcbd964cbd14270b3a361 [diff] |
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 <shangw@linux.vnet.ibm.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>