On Wed, 2 Apr 2025 12:24:12 +0300 Mike Rapoport <[email protected]> wrote:
> > The reserve_mem kernel command line option may pass back a physical > > address, but the memory is still part of the normal memory just like > > using memblock_reserve() would be. This means that the physical memory > > ... using memblock_alloc() would be Heh, I looked for examples of code that used free_reserved_area() and found initramfs.c which uses memblock_reserve(), which is why I picked that. I'll update. Thanks for reviewing Mike! -- Steve
