Re: [PATCH] arm64/mm: Drop cpu_set_[default|idmap]_tcr_t0sz()
From: Will Deacon
Date: Tue Nov 04 2025 - 10:35:56 EST
On Wed, Oct 15, 2025 at 03:10:24AM +0100, Anshuman Khandual wrote:
> These TCR_El1 helpers don't have any other callers. Drop these redundant
> indirections completely thus making this code more compact and readable.
> No functional change.
>
> Cc: Catalin Marinas <catalin.marinas@xxxxxxx>
> Cc: Will Deacon <will@xxxxxxxxxx>
> Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
> Cc: linux-kernel@xxxxxxxxxxxxxxx
> Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx>
> ---
> arch/arm64/include/asm/mmu_context.h | 12 ++----------
> 1 file changed, 2 insertions(+), 10 deletions(-)
Acked-by: Will Deacon <will@xxxxxxxxxx>
Will