Re: [PATCH v3 01/16] powerpc/fadump: move internal fadump code to a new file
From: Hari Bathini <hbathini@linux.ibm.com>
Date: 2019-07-03 21:24:58
From: Hari Bathini <hbathini@linux.ibm.com>
Date: 2019-07-03 21:24:58
On 03/07/19 9:00 AM, Oliver O'Halloran wrote:
On Wed, 2019-06-26 at 02:15 +0530, Hari Bathini wrote:quoted
Refactoring fadump code means internal fadump code is referenced from different places. For ease, move internal code to a new file.Can you elaborate a bit? I don't really get what the difference between fadump and fadump-internal code is supposed to be. Why can't all this just live in fadump.c?
I am trying to keep the code referenced by both platforms (platform/pseries & platform/powernv) in an internal file while using include/asm/fadump.h for the interface with other kernel components..