Re: [RFC 02/11] powerpc/powernv/ioda: Protect PE list

2019-07-01 Thread Andrew Donnellan
On 19/6/19 11:28 pm, Frederic Barrat wrote: Protect the PHB's list of PE. Probably not needed as long as it was populated during PHB creation, but it feels right and will become required once we can add/remove opencapi devices on hotplug. Signed-off-by: Frederic Barrat Reviewed-by: Andrew Don

[RFC 02/11] powerpc/powernv/ioda: Protect PE list

2019-06-19 Thread Frederic Barrat
Protect the PHB's list of PE. Probably not needed as long as it was populated during PHB creation, but it feels right and will become required once we can add/remove opencapi devices on hotplug. Signed-off-by: Frederic Barrat --- arch/powerpc/platforms/powernv/pci-ioda.c | 6 +- 1 file chang