diff options
author | Palmer Dabbelt | 2018-10-31 12:13:54 -0700 |
---|---|---|
committer | Palmer Dabbelt | 2018-10-31 12:13:54 -0700 |
commit | ef70696a63c773280ef46f5764a6cda39ef2f383 (patch) | |
tree | e4be800e2655a7b5c21e388d3903be6123f30531 /lib/Kconfig | |
parent | 9b4789eacb654b7bbc806c831bcebd799ae0e2f5 (diff) | |
parent | 0ef08ca36a3aafbf0dcce7b3c2c4b6b664ce56bd (diff) |
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/Kconfig')
-rw-r--r-- | lib/Kconfig | 3 |
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 |