aboutsummaryrefslogtreecommitdiff
path: root/rust/compiler_builtins.rs
diff options
context:
space:
mode:
authorAnshuman Khandual <anshuman.khandual@arm.com>2024-09-10 17:27:46 +0530
committerAndrew Morton <akpm@linux-foundation.org>2024-09-17 01:07:01 -0700
commita0c9fd22e312caa5566d4f3924e37d8158b997cc (patch)
tree28132338e965dffee2b61ad2b4d10f48394694d4 /rust/compiler_builtins.rs
parent82ce8e2f31a1eb05b1527c3d807bea40031df913 (diff)
mm/debug_vm_pgtable: Use pxdp_get() for accessing page table entries
This replaces all the existing READ_ONCE() based page table accesses with respective pxdp_get() helpers. Although these helpers might also fallback to READ_ONCE() as default, but they do provide an opportunity for various platforms to override when required. This change is a step in direction to replace all page table entry accesses with respective pxdp_get() helpers. Link: https://lkml.kernel.org/r/20240910115746.514454-1-anshuman.khandual@arm.com Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com> Acked-by: David Hildenbrand <david@redhat.com> Cc: Ryan Roberts <ryan.roberts@arm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'rust/compiler_builtins.rs')
0 files changed, 0 insertions, 0 deletions