commit | 3409eb4e69e1150202bc4ec61801115da32aa380 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Wed Oct 01 17:07:52 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Oct 15 11:27:19 2014 +1100 |
tree | 4721a02db82eb974166a5d2345d919d6b3983c9d | |
parent | d2cfbcd7c8136bc4d944eb64f7f0479dd2b129b8 [diff] |
powerpc/pseries: Drop config requests in EEH accessors The pSeires EEH config accessors rely on rtas_{read, write}_config() and the condition to check if the PE's config space is blocked should be moved to those 2 functions so that config requests from kernel, userland, EEH core can be dropped to avoid recursive EEH error if necessary. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>