Searched hist:"6091 dd9eaf8e77311548b616281c1a9c67e6ca40" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | trans_pgd.h | diff 6091dd9eaf8e77311548b616281c1a9c67e6ca40 Thu Sep 30 16:31:13 CEST 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: trans_pgd: remove trans_pgd_map_page()
The intend of trans_pgd_map_page() was to map contiguous range of VA memory to the memory that is getting relocated during kexec. However, since we are now using linear map instead of contiguous range this function is not needed
Suggested-by: Pingfan Liu <kernelfans@gmail.com> Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-16-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|
/linux/arch/arm64/mm/ |
H A D | trans_pgd.c | diff 6091dd9eaf8e77311548b616281c1a9c67e6ca40 Thu Sep 30 16:31:13 CEST 2021 Pasha Tatashin <pasha.tatashin@soleen.com> arm64: trans_pgd: remove trans_pgd_map_page()
The intend of trans_pgd_map_page() was to map contiguous range of VA memory to the memory that is getting relocated during kexec. However, since we are now using linear map instead of contiguous range this function is not needed
Suggested-by: Pingfan Liu <kernelfans@gmail.com> Signed-off-by: Pasha Tatashin <pasha.tatashin@soleen.com> Acked-by: Catalin Marinas <catalin.marinas@arm.com> Link: https://lore.kernel.org/r/20210930143113.1502553-16-pasha.tatashin@soleen.com Signed-off-by: Will Deacon <will@kernel.org>
|