powerpc/fadump: move internal macros/definitions to a new header
authorHari Bathini <hbathini@linux.ibm.com>
Wed, 11 Sep 2019 14:46:21 +0000 (20:16 +0530)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 13 Sep 2019 14:04:41 +0000 (00:04 +1000)
commitca986d7fa7e7f7b3f018f227b999f35e654fbb79
tree1d49e676d0c64045e4cd0d2d007f919592aff7a7
parent1fdfa4c6af0cc1854b017f308af6bece94568bb6
powerpc/fadump: move internal macros/definitions to a new header

Though asm/fadump.h is meant to be used by other components dealing
with FADump, it also has macros/definitions internal to FADump code.
Move them to a new header file used within FADump code. This also
makes way for refactoring platform specific FADump code.

Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/156821313134.5656.6597770626574392140.stgit@hbathini.in.ibm.com
arch/powerpc/include/asm/fadump-internal.h [new file with mode: 0644]
arch/powerpc/include/asm/fadump.h
arch/powerpc/kernel/fadump.c