diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2018-10-31 12:13:54 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-10-31 12:13:54 -0700 |
commit | ef70696a63c773280ef46f5764a6cda39ef2f383 (patch) | |
tree | e4be800e2655a7b5c21e388d3903be6123f30531 /arch | |
parent | 9b4789eacb654b7bbc806c831bcebd799ae0e2f5 (diff) | |
parent | 0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd (diff) | |
download | linux-ef70696a63c773280ef46f5764a6cda39ef2f383.tar.bz2 |
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/Kconfig | 1 |
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" |