Re: [PATCH v5 5/5] powerpc/crash hp: add crash page helper functions

2022-06-22 Thread Laurent Dufour
On 20/06/2022, 09:01:06, Sourabh Jain wrote: > Define arch_[un]map_crash_pages functions to avoid build issues due to > undefined arch specific function to access crash memory pages. > > A temporary patch to avoid build issues may need some changes in > generic code to avoid this. > > The issue i

[PATCH v5 5/5] powerpc/crash hp: add crash page helper functions

2022-06-20 Thread Sourabh Jain
Define arch_[un]map_crash_pages functions to avoid build issues due to undefined arch specific function to access crash memory pages. A temporary patch to avoid build issues may need some changes in generic code to avoid this. The issue is under discussion: https://lkml.org/lkml/2022/6/20/22 Sig