[PATCH 08/22] powerpc/eeh: Refactor eeh_reset_pe_once()

2013-05-14 Thread Gavin Shan
The patch changes the criteria used to judge if the PE has been resetted successfully. We needn't the PE status is exactly equal to the combo: (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE). Signed-off-by: Gavin Shan --- arch/powerpc/platforms/pseries/eeh.c |4 ++-- 1 files changed, 2 insert

[PATCH 08/22] powerpc/eeh: Refactor eeh_reset_pe_once()

2013-03-01 Thread Gavin Shan
The patch changes the criteria used to judge if the PE has been resetted successfully. We needn't the PE status is equal to the combo: (EEH_STATE_MMIO_ACTIVE | EEH_STATE_DMA_ACTIVE). Signed-off-by: Gavin Shan --- arch/powerpc/platforms/pseries/eeh.c |4 ++-- 1 files changed, 2 insertions(+),