On Fri, May 24, 2024 at 11:16:37AM +0300, Mike Rapoport wrote: >On Fri, May 24, 2024 at 01:19:13AM +0000, Wei Yang wrote: >> Just like what it does in "if (mirrored_kernelcore)", we should use >> memblock_region_memory_base_pfn() to get the startpfn. >> >> Signed-off-by: Wei Yang <richard.weiyang@xxxxxxxxx> >> --- >> include/linux/memblock.h | 2 +- >> mm/mm_init.c | 2 +- >> 2 files changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/include/linux/memblock.h b/include/linux/memblock.h >> index e2082240586d..6cf18dc2b4d0 100644 >> --- a/include/linux/memblock.h >> +++ b/include/linux/memblock.h >> @@ -565,7 +565,7 @@ static inline unsigned long memblock_region_reserved_end_pfn(const struct memblo >> } >> >> /** >> - * for_each_mem_region - itereate over memory regions >> + * for_each_mem_region - iterate over memory regions > >Sorry I've missed this in v1, but it should be a separate patch Sure, will separate it. -- Wei Yang Help you, Help me