Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
arch: arm64: have memblocks out of kernel text use section map
By comparing the swapper_pg_dir with k54 and previous versions,we find that the linear mappings within which the addr is out of kernel text section will use the smallest pte. It should arise for the sake of rodata_full, which set all memblock use NO_CONT_MAPPINGS. Signed-off-by: Zhaoyang Huang <zhaoyang.huang@unisoc.com>
- Loading branch information