]> www.infradead.org Git - users/dwmw2/linux.git/commit
riscv: Use offset_in_page() in text patching functions
authorSamuel Holland <samuel.holland@sifive.com>
Wed, 27 Mar 2024 16:04:45 +0000 (09:04 -0700)
committerPalmer Dabbelt <palmer@rivosinc.com>
Wed, 26 Jun 2024 14:36:32 +0000 (07:36 -0700)
commiteaee5487563089bff6ea6dbec38446826dc054cd
tree570606556a369598764e5cdde9ce2716d3befe56
parent51781ce8f4486c3738a6c85175b599ad1be71f89
riscv: Use offset_in_page() in text patching functions

This is a bit easier to parse than the equivalent bit manipulation.

Reviewed-by: Björn Töpel <bjorn@rivosinc.com>
Signed-off-by: Samuel Holland <samuel.holland@sifive.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240327160520.791322-7-samuel.holland@sifive.com
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
arch/riscv/kernel/patch.c