[PATCH 04/22] powerpc/eeh: Make eeh_pe_get() public

2013-05-14 Thread Gavin Shan
While processing EEH event interrupt from P7IOC, we need function to retrieve the PE according to the indicated EEH device. The patch makes function eeh_pe_get() public so that other source files can call it for that purpose. Also, the patch fixes referring to wrong BDF (Bus/Device/Function) addres

[PATCH 04/22] powerpc/eeh: Make eeh_pe_get public

2013-03-01 Thread Gavin Shan
While processing EEH event caused by interrupt sent from P7IOC, we need function to retrieve the PE according to the indicated EEH device. The patch makes function eeh_pe_get() public so that other source files can call it. Also, the patch fixes referring to wrong BDF (Bus/Device/Function) address