]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: patching: replace min_t with min in __text_poke
authorThorsten Blum <thorsten.blum@linux.dev>
Sun, 31 May 2026 22:08:16 +0000 (00:08 +0200)
committerWill Deacon <will@kernel.org>
Wed, 3 Jun 2026 20:15:24 +0000 (21:15 +0100)
commit6c2ccb4979b2c8aa83cbea827a714a74db7d2398
tree4a44794699d5bedf9d9c2b0609806e3e9c98a17b
parent32e4c96d6a7121cb378ebf9ce2167bb1918eeaa5
arm64: patching: replace min_t with min in __text_poke

Use the simpler min() macro since both values are unsigned and
compatible.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Will Deacon <will@kernel.org>
arch/arm64/kernel/patching.c