aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@sifive.com>2018-10-26 12:38:11 -0700
committerPalmer Dabbelt <palmer@sifive.com>2018-10-31 12:12:59 -0700
commit0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd (patch)
tree0aa19a805d834d53a754f64e0671f87701e5681d /lib/Makefile
parentRevert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32" (diff)
downloadlinux-dev-0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd.tar.xz
linux-dev-0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd.zip
Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"
We don't want 64-bit divide in the kernel. This reverts commit 6315730e9eab7de5fa9864bb13a352713f48aef1. Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
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