powerpc/fadump: introduce callbacks for platform specific operations
authorHari Bathini <hbathini@linux.ibm.com>
Wed, 11 Sep 2019 14:48:40 +0000 (20:18 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 13 Sep 2019 14:04:42 +0000 (00:04 +1000)
commitd3833a7010817f82bff373e26d146e6401c695f4
treefdc78526a00370ed1e08c8b66a495732566295e9
parent0226e55275e569126882a7befe0b1a1c9bd270aa
powerpc/fadump: introduce callbacks for platform specific operations

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 <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/156821330286.5656.15538934400074110770.stgit@hbathini.in.ibm.com
arch/powerpc/include/asm/fadump-internal.h
arch/powerpc/kernel/fadump.c
arch/powerpc/platforms/pseries/Makefile
arch/powerpc/platforms/pseries/rtas-fadump.c [new file with mode: 0644]