Re: [PATCH kernel] powerpc/powernv/ioda1: Remove dead code for a single device PE

2018-11-14 Thread Sam Bobroff
On Thu, Nov 08, 2018 at 04:45:04PM +1100, Alexey Kardashevskiy wrote: > Ping? > > > On 16/10/2018 13:30, Alexey Kardashevskiy wrote: > > At the moment PNV_IODA_PE_DEV is only used for NPU PEs which are not > > present on IODA1 machines (i.e. POWER7) so let's remove a piece of > > dead code. > >

Re: [PATCH kernel] powerpc/powernv/ioda1: Remove dead code for a single device PE

2018-11-07 Thread Alexey Kardashevskiy
Ping? On 16/10/2018 13:30, Alexey Kardashevskiy wrote: > At the moment PNV_IODA_PE_DEV is only used for NPU PEs which are not > present on IODA1 machines (i.e. POWER7) so let's remove a piece of > dead code. > > Signed-off-by: Alexey Kardashevskiy > --- > > We might actually want to get rid of

[PATCH kernel] powerpc/powernv/ioda1: Remove dead code for a single device PE

2018-10-15 Thread Alexey Kardashevskiy
At the moment PNV_IODA_PE_DEV is only used for NPU PEs which are not present on IODA1 machines (i.e. POWER7) so let's remove a piece of dead code. Signed-off-by: Alexey Kardashevskiy --- We might actually want to get rid of the entire IODA1 there. --- arch/powerpc/platforms/powernv/pci-ioda.c |