-
- Downloads
arm64: hibernate: move page handling function to new trans_pgd.c
Now, that we abstracted the required functions move them to a new home. Later, we will generalize these function in order to be useful outside of hibernation. Signed-off-by:Pavel Tatashin <pasha.tatashin@soleen.com> Reviewed-by:
James Morse <james.morse@arm.com> Link: https://lore.kernel.org/r/20210125191923.1060122-4-pasha.tatashin@soleen.com Signed-off-by:
Will Deacon <will@kernel.org>
Showing
- arch/arm64/Kconfig 4 additions, 0 deletionsarch/arm64/Kconfig
- arch/arm64/include/asm/trans_pgd.h 21 additions, 0 deletionsarch/arm64/include/asm/trans_pgd.h
- arch/arm64/kernel/hibernate.c 1 addition, 227 deletionsarch/arm64/kernel/hibernate.c
- arch/arm64/mm/Makefile 1 addition, 0 deletionsarch/arm64/mm/Makefile
- arch/arm64/mm/trans_pgd.c 250 additions, 0 deletionsarch/arm64/mm/trans_pgd.c
arch/arm64/include/asm/trans_pgd.h
0 → 100644
arch/arm64/mm/trans_pgd.c
0 → 100644
Please register or sign in to comment