]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbfc80f3be09a1ef01299e4452e9a7f19ff3ca67f
treefdc78526a00370ed1e08c8b66a495732566295e9
parent115fd870cf66bbcf2e4ae616900bb4db47b7bfae
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]