riscv,mm,init: fix wrong zone size
* pfn_base should not be added to zone size, else it will lead to wrong total page number. With 16MB physical memory, it will require 32MB memory to store node_mem_map. This will eventually trigger an illegal memory accessing during memory initialization.
parent
655915ec
Please register or sign in to comment