diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2018-10-31 20:13:54 +0100 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-10-31 20:13:54 +0100 |
commit | ef70696a63c773280ef46f5764a6cda39ef2f383 (patch) | |
tree | e4be800e2655a7b5c21e388d3903be6123f30531 /lib/Makefile | |
parent | Move EM_RISCV into elf-em.h (diff) | |
parent | Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines" (diff) | |
download | linux-ef70696a63c773280ef46f5764a6cda39ef2f383.tar.xz linux-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 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 56a8d9c23ef3..423876446810 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -270,4 +270,3 @@ obj-$(CONFIG_GENERIC_LIB_LSHRDI3) += lshrdi3.o obj-$(CONFIG_GENERIC_LIB_MULDI3) += muldi3.o obj-$(CONFIG_GENERIC_LIB_CMPDI2) += cmpdi2.o obj-$(CONFIG_GENERIC_LIB_UCMPDI2) += ucmpdi2.o -obj-$(CONFIG_GENERIC_LIB_UMODDI3) += umoddi3.o udivmoddi4.o |