commit | b219545e9646e9d4089a74029c82ae59645e12ae | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Mon Nov 09 09:55:45 2015 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Mon Nov 09 14:23:16 2015 +0000 |
tree | a838127df77d75c34c92f9cf39d6b6724f19b298 | |
parent | 14e589ff4aa3f28a5424e92b6495ecb8950080f7 [diff] |
arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation The new page table code that manipulates the PTE_CONT flags does so in a way that is inconsistent with STRICT_MM_TYPECHECKS. Fix it by using the correct combination of __pgprot() and pgprot_val(). Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>