Re: [PATCH 14/17] MIPS: pbl_macros: use generic load/store macros in copy_to_link_location

2023-06-06 Thread Ahmad Fatoum
On 05.06.23 22:10, Denis Orlov wrote: > This may speed up this code a little on MIPS64, however this also allows > us to get rid of unnecessary macro definition there, simplifying the > code a tiny bit. > > Signed-off-by: Denis Orlov Reviewed-by: Ahmad Fatoum > --- >

[PATCH 14/17] MIPS: pbl_macros: use generic load/store macros in copy_to_link_location

2023-06-05 Thread Denis Orlov
This may speed up this code a little on MIPS64, however this also allows us to get rid of unnecessary macro definition there, simplifying the code a tiny bit. Signed-off-by: Denis Orlov --- arch/mips/include/asm/pbl_macros.h | 21 ++--- 1 file changed, 10 insertions(+), 11