summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorPalmer Dabbelt2018-10-26 21:38:11 +0200
committerPalmer Dabbelt2018-10-31 20:12:59 +0100
commit0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd (patch)
tree0aa19a805d834d53a754f64e0671f87701e5681d /lib/Kconfig
parentRevert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32" (diff)
downloadkernel-qcow2-linux-0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd.tar.gz
kernel-qcow2-linux-0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd.tar.xz
kernel-qcow2-linux-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/Kconfig')
-rw-r--r--lib/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index d82f20609939..a3928d4438b5 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -621,6 +621,3 @@ config GENERIC_LIB_CMPDI2
config GENERIC_LIB_UCMPDI2
bool
-
-config GENERIC_LIB_UMODDI3
- bool