commit | 22b6f3b0549be61a2d5fe8210ff7628e6d2d8185 | [log] [tgz] |
---|---|---|
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | Wed Mar 30 16:45:58 2016 +0200 |
committer | Will Deacon <will.deacon@arm.com> | Thu Apr 14 16:31:49 2016 +0100 |
tree | 943dd62bba7674a41a3ed2177618cca4ee5d4539 | |
parent | d386825c959efeaae3315c25dd2d2874c68829c7 [diff] |
arm64: mm: avoid virt_to_page() translation for the zero page The zero page is statically allocated, so grab its struct page pointer without using virt_to_page(), which will be restricted to the linear mapping later. Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>