mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 01:59:51 +02:00
The C implementations of __ashldi3(), __ashrdi3__(), and __lshrdi3() in arch/sh/lib/ are identical to the generic C implementations in lib/. Reduce duplication by switching SH to the generic versions. Update the include path in arch/sh/boot/compressed accordingly. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Acked-by: Palmer Dabbelt <palmer@rivosinc.com> Reviewed-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Link: https://lore.kernel.org/r/74dbe68dc8e2ffb6180092f73723fe21ab692c7a.1679566500.git.geert+renesas@glider.be Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> |
||
|---|---|---|
| .. | ||
| __clear_user.S | ||
| ashiftrt.S | ||
| ashlsi3.S | ||
| ashrsi3.S | ||
| checksum.S | ||
| copy_page.S | ||
| delay.c | ||
| div64-generic.c | ||
| div64.S | ||
| io.c | ||
| libgcc.h | ||
| lshrsi3.S | ||
| Makefile | ||
| mcount.S | ||
| memchr.S | ||
| memcpy-sh4.S | ||
| memcpy.S | ||
| memmove.S | ||
| memset-sh4.S | ||
| memset.S | ||
| movmem.S | ||
| strlen.S | ||
| udiv_qrnnd.S | ||
| udivsi3.S | ||
| udivsi3_i4i-Os.S | ||
| udivsi3_i4i.S | ||