diff options
author | Palmer Dabbelt <palmer@sifive.com> | 2018-10-26 12:38:11 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer@sifive.com> | 2018-10-31 12:12:59 -0700 |
commit | 0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd (patch) | |
tree | 0aa19a805d834d53a754f64e0671f87701e5681d /lib/Makefile | |
parent | 3b306f6f3a03c285a7044350d263cb9251def49d (diff) | |
download | linux-0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd.tar.bz2 |
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/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 |