diff options
author | Jia He <justin.he@arm.com> | 2019-10-11 17:09:38 +0300 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2019-10-18 13:11:25 +0300 |
commit | f2c4e5970cece75a895fcc45f0cd66b5a5ec0819 (patch) | |
tree | ccc245d681aebdc8b22722c6a26ac967247142e1 /mm/memory.c | |
parent | 6af31226d0394691f5562eca0134262bb935fa9c (diff) | |
download | linux-f2c4e5970cece75a895fcc45f0cd66b5a5ec0819.tar.xz |
x86/mm: implement arch_faults_on_old_pte() stub on x86
arch_faults_on_old_pte is a helper to indicate that it might cause page
fault when accessing old pte. But on x86, there is feature to setting
pte access flag by hardware. Hence implement an overriding stub which
always returns false.
Signed-off-by: Jia He <justin.he@arm.com>
Suggested-by: Will Deacon <will@kernel.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'mm/memory.c')
0 files changed, 0 insertions, 0 deletions