Re: [PATCH v2 4/6] arm64: Add set_pud_at() function

2020-10-02 Thread Kalesh Singh
On Fri, Oct 2, 2020 at 12:52 PM Kirill A. Shutemov wrote: > > On Fri, Oct 02, 2020 at 04:20:49PM +, Kalesh Singh wrote: > > set_pud_at() is used in move_normal_pud() for remapping > > pages at the PUD level. > > > > Signed-off-by: Kalesh Singh > > --- > > arch/arm64/include/asm/pgtable.h |

Re: [PATCH v2 4/6] arm64: Add set_pud_at() function

2020-10-02 Thread Kirill A. Shutemov
On Fri, Oct 02, 2020 at 04:20:49PM +, Kalesh Singh wrote: > set_pud_at() is used in move_normal_pud() for remapping > pages at the PUD level. > > Signed-off-by: Kalesh Singh > --- > arch/arm64/include/asm/pgtable.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git

[PATCH v2 4/6] arm64: Add set_pud_at() function

2020-10-02 Thread Kalesh Singh
set_pud_at() is used in move_normal_pud() for remapping pages at the PUD level. Signed-off-by: Kalesh Singh --- arch/arm64/include/asm/pgtable.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/include/asm/pgtable.h b/arch/arm64/include/asm/pgtable.h index