Re: [PATCH v4 04/17] arm64: hibernate: use get_safe_page directly

From: Pavel Tatashin
Date: Tue Sep 10 2019 - 05:10:53 EST


> On 09/09/2019 20:12, Pavel Tatashin wrote:
> > create_safe_exec_page() uses hibernate's allocator to create a set of page
> > table to map a single page that will contain the relocation code.
> >
> > Remove the allocator related arguments, and use get_safe_page directly, as
> > it is done in other local functions in this file to simplify function
> > prototype.
> >
> > Removing this function pointer makes it easier to refactor the code later.
> >
> > Signed-off-by: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx>
>
> Reviewed-by: Matthias Brugger <mbrugger@xxxxxxxx>
>

Thank you