Re: [PATCH v4 05/25] pseries/fadump: introduce callbacks for platform specific operations

2019-08-13 Thread Hari Bathini
On 12/08/19 3:12 PM, Mahesh J Salgaonkar wrote: > On 2019-07-16 17:02:30 Tue, Hari Bathini wrote: >> Introduce callback functions for platform specific operations like >> register, unregister, invalidate & such. Also, define place-holders >> for the same on pSeries platform. >> >> Signed-off-by:

Re: [PATCH v4 05/25] pseries/fadump: introduce callbacks for platform specific operations

2019-08-12 Thread Mahesh J Salgaonkar
On 2019-07-16 17:02:30 Tue, Hari Bathini wrote: > Introduce callback functions for platform specific operations like > register, unregister, invalidate & such. Also, define place-holders > for the same on pSeries platform. > > Signed-off-by: Hari Bathini > --- > arch/powerpc/kernel/fadump-common

[PATCH v4 05/25] pseries/fadump: introduce callbacks for platform specific operations

2019-07-16 Thread Hari Bathini
Introduce callback functions for platform specific operations like register, unregister, invalidate & such. Also, define place-holders for the same on pSeries platform. Signed-off-by: Hari Bathini --- arch/powerpc/kernel/fadump-common.h | 33 ++ arch/powerpc/kernel/fadump.c