UPSTREAM: arm64: mm: remove pointless PAGE_MASKing
authorMark Rutland <mark.rutland@arm.com>
Wed, 9 Dec 2015 12:44:36 +0000 (12:44 +0000)
committerJeff Vander Stoep <jeffv@google.com>
Sun, 18 Sep 2016 20:19:32 +0000 (13:19 -0700)
commitc47e4a12f511721dab3d2407d18e0e1a6b7b0e1c
treeac1238d298955e5fadf62cdd832a3af0f27e8631
parent662afd95b354bcf78a301838f345c59d9e164ad4
UPSTREAM: arm64: mm: remove pointless PAGE_MASKing

As pgd_offset{,_k} shift the input address by PGDIR_SHIFT, the sub-page
bits will always be shifted out. There is no need to apply PAGE_MASK
before this.

Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Jeremy Linton <jeremy.linton@arm.com>
Cc: Laura Abbott <labbott@fedoraproject.org>
Cc: Will Deacon <will.deacon@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Bug: 30369029
Patchset: rework-pagetable

(cherry picked from commit e2c30ee320eb96304896c7ab84499e5bc5e5fb6e)
Signed-off-by: Jeff Vander Stoep <jeffv@google.com>
Change-Id: I86d3438aecf7295d5895e1430c1e19fbc82c9719
arch/arm64/mm/mmu.c