Re: [PATCH 03/23] powerpc/eeh: Make eeh_phb_pe_get() public

2013-06-02 Thread Gavin Shan
On Sat, Jun 01, 2013 at 02:14:24PM +1000, Benjamin Herrenschmidt wrote: >On Thu, 2013-05-30 at 16:23 +0800, Gavin Shan wrote: >> While processing EEH event interrupt from P7IOC, we need function >> to retrieve the PE according to the indicated PCI host controller >> (struct pci_controller). The pat

Re: [PATCH 03/23] powerpc/eeh: Make eeh_phb_pe_get() public

2013-05-31 Thread Benjamin Herrenschmidt
On Thu, 2013-05-30 at 16:23 +0800, Gavin Shan wrote: > While processing EEH event interrupt from P7IOC, we need function > to retrieve the PE according to the indicated PCI host controller > (struct pci_controller). The patch makes function eeh_phb_pe_get() > public so that other source files can c

[PATCH 03/23] powerpc/eeh: Make eeh_phb_pe_get() public

2013-05-30 Thread Gavin Shan
While processing EEH event interrupt from P7IOC, we need function to retrieve the PE according to the indicated PCI host controller (struct pci_controller). The patch makes function eeh_phb_pe_get() public so that other source files can call it for that purpose. Signed-off-by: Gavin Shan --- arc