projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d26c4bb
)
Revert "RISC-V: Select GENERIC_LIB_UMODDI3 on RV32"
author
Palmer Dabbelt
<palmer@sifive.com>
Fri, 26 Oct 2018 19:37:43 +0000
(12:37 -0700)
committer
Palmer Dabbelt
<palmer@sifive.com>
Wed, 31 Oct 2018 19:12:33 +0000
(12:12 -0700)
I'm removing the generic 64-bit divide support, which means this will no
longer work.
This reverts commit
757331db921428295948fed5e7377a436e66d34e
.
Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
arch/riscv/Kconfig
patch
|
blob
|
history
diff --git
a/arch/riscv/Kconfig
b/arch/riscv/Kconfig
index fe451348ae571371f25887a1cfaa9616f43eef7c..4198759f6798765eb8d562eec3d1b2de4d23b6da 100644
(file)
--- a/
arch/riscv/Kconfig
+++ b/
arch/riscv/Kconfig
@@
-109,7
+109,6
@@
config ARCH_RV32I
select GENERIC_LIB_ASHRDI3
select GENERIC_LIB_LSHRDI3
select GENERIC_LIB_UCMPDI2
- select GENERIC_LIB_UMODDI3
config ARCH_RV64I
bool "RV64I"