aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2018-10-31 12:13:54 -0700
committerPalmer Dabbelt <palmer@sifive.com>2018-10-31 12:13:54 -0700
commitef70696a63c773280ef46f5764a6cda39ef2f383 (patch)
treee4be800e2655a7b5c21e388d3903be6123f30531 /arch
parentMove EM_RISCV into elf-em.h (diff)
parentRevert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" (diff)
downloadlinux-dev-ef70696a63c773280ef46f5764a6cda39ef2f383.tar.xz
linux-dev-ef70696a63c773280ef46f5764a6cda39ef2f383.zip
lib: Remove umoddi3 and udivmoddi4
These were only necessary for an out-of-tree driver that has since been fixed to use the proper divide routines. I've simply reverted the pair of commits we made last week. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/riscv/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index fe451348ae57..4198759f6798 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -109,7 +109,6 @@ config ARCH_RV32I
select GENERIC_LIB_ASHRDI3
select GENERIC_LIB_LSHRDI3
select GENERIC_LIB_UCMPDI2
- select GENERIC_LIB_UMODDI3
config ARCH_RV64I
bool "RV64I"