diff options
author | Anshuman Khandual <anshuman.khandual@arm.com> | 2025-01-07 05:30:16 +0300 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2025-01-07 19:47:33 +0300 |
commit | 169226583097ee52089e2268c09e3dc241e7a972 (patch) | |
tree | 74cdc05e4b9859bb7021c8ae08b133ff59164b89 /tools/perf/scripts/python/gecko.py | |
parent | 92b6919d7fb29691a8bc5aca49044056683542ca (diff) | |
download | linux-169226583097ee52089e2268c09e3dc241e7a972.tar.xz |
arm64/mm: Rename pte_mkpresent() as pte_mkvalid()
pte_present() is no longer synonymous with pte_valid() as it also tests for
pte_present_invalid() as well. Hence pte_mkpresent() is misleading, because
all that does is make an entry mapped, via setting PTE_VALID. Hence rename
the helper as pte_mkvalid() which reflects its functionality appropriately.
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Ard Biesheuvel <ardb@kernel.org>
Cc: Ryan Roberts <ryan.roberts@arm.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Anshuman Khandual <anshuman.khandual@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20250107023016.829416-1-anshuman.khandual@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions