]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()
authorAnshuman Khandual <anshuman.khandual@arm.com>
Fri, 27 Feb 2026 06:12:04 +0000 (06:12 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sun, 5 Apr 2026 20:53:11 +0000 (13:53 -0700)
commit4d267106ab013aa7f21aeab0a5272ac952f31d22
tree3e65f71e340ea8cb08ecfef78f4a9c5ded99dfe7
parent99573ef4ac30d4eae7a7937f0c9ea351991e3ccc
mm/debug_vm_pgtable: replace WRITE_ONCE() with pxd_clear()

Replace WRITE_ONCE() with generic pxd_clear() to clear out the page table
entries as required.  Besides this does not cause any functional change as
well.

Link: https://lkml.kernel.org/r/20260227061204.2215395-1-anshuman.khandual@arm.com
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Suggested-by: Ryan Roberts <ryan.roberts@arm.com>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Ackeed-by: SeongJae Park <sj@kernel.org>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/debug_vm_pgtable.c