Re: [PATCH v3 07/17] arm64, hibernate: move page handling function to new trans_pgd.c

2019-09-06 Thread James Morse
Hi Pavel, On 21/08/2019 19:31, Pavel Tatashin wrote: > 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. > diff --git a/arch/arm64/mm/trans_pgd.c b/arch/arm64/mm/trans_pgd.c > new

[PATCH v3 07/17] arm64, hibernate: move page handling function to new trans_pgd.c

2019-08-21 Thread Pavel Tatashin
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 --- arch/arm64/Kconfig | 4 + arch/arm64/include/asm/trans_pgd.h | 20 +++