linux-sg2042/arch/riscv/lib
Olof Johansson 85d90b9180
RISC-V: lib: Fix build error for 64-bit
Fixes the following build error from tinyconfig:

riscv64-unknown-linux-gnu-ld: kernel/sched/fair.o: in function `.L8':
fair.c:(.text+0x70): undefined reference to `__lshrti3'
riscv64-unknown-linux-gnu-ld: kernel/time/clocksource.o: in function `.L0 ':
clocksource.c:(.text+0x334): undefined reference to `__lshrti3'

Fixes: 7f47c73b35 ("RISC-V: Build tishift only on 64-bit")
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
2018-11-12 18:09:55 -08:00
..
Makefile RISC-V: lib: Fix build error for 64-bit 2018-11-12 18:09:55 -08:00
delay.c RISC-V: Export some expected symbols for modules 2017-11-30 10:01:10 -08:00
memcpy.S RISC-V: Generic library routines and assembly 2017-09-26 15:26:45 -07:00
memset.S RISC-V: Generic library routines and assembly 2017-09-26 15:26:45 -07:00
tishift.S RISC-V: implement __lshrti3. 2018-08-13 08:31:30 -07:00
uaccess.S RISC-V: Make our port sparse-clean 2018-06-11 09:09:49 -07:00
udivdi3.S RISC-V: Generic library routines and assembly 2017-09-26 15:26:45 -07:00