powerpc/fadump: add fadump support on powernv
Add basic callback functions for FADump on PowerNV 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/156821342072.5656.4346362203141486452.stgit@hbathini.in.ibm.com
This commit is contained in:

committed by
Michael Ellerman

parent
6f5f193e84
commit
41df592872
@@ -135,4 +135,11 @@ static inline void
|
||||
rtas_fadump_dt_scan(struct fw_dump *fadump_conf, u64 node) { }
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_PPC_POWERNV
|
||||
extern void opal_fadump_dt_scan(struct fw_dump *fadump_conf, u64 node);
|
||||
#else
|
||||
static inline void
|
||||
opal_fadump_dt_scan(struct fw_dump *fadump_conf, u64 node) { }
|
||||
#endif
|
||||
|
||||
#endif /* _ASM_POWERPC_FADUMP_INTERNAL_H */
|
||||
|
Reference in New Issue
Block a user