commit | 8a6b3710ccc33da1fd5c85144ad3db01c4457552 | [log] [tgz] |
---|---|---|
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | Wed Oct 01 17:07:50 2014 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Wed Oct 15 11:27:18 2014 +1100 |
tree | 6f83b1e44cce83ecad58d8901c7073976e0abfec | |
parent | 8315070c07e7ef5f58ce9e317dc91fd727ecd419 [diff] |
powerpc/eeh: Rename flag EEH_PE_RESET to EEH_PE_CFG_BLOCKED The flag EEH_PE_RESET indicates blocking config space of the PE during reset time. We potentially need block PE's config space other than reset time. So it's reasonable to replace it with EEH_PE_CFG_BLOCKED to indicate its usage. There are no substantial code or logic changes in this patch. Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>