Skip to content

Commit

Permalink
Revert "lib: Add umoddi3 and udivmoddi4 of GCC library routines"
Browse files Browse the repository at this point in the history
We don't want 64-bit divide in the kernel.

This reverts commit 6315730.

Signed-off-by: Palmer Dabbelt <[email protected]>
  • Loading branch information
palmer-dabbelt committed Oct 31, 2018
1 parent 3b306f6 commit 0ef08ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 346 deletions.
3 changes: 0 additions & 3 deletions lib/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,3 @@ config GENERIC_LIB_CMPDI2

config GENERIC_LIB_UCMPDI2
bool

config GENERIC_LIB_UMODDI3
bool
1 change: 0 additions & 1 deletion lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
310 changes: 0 additions & 310 deletions lib/udivmoddi4.c

This file was deleted.

32 changes: 0 additions & 32 deletions lib/umoddi3.c

This file was deleted.

0 comments on commit 0ef08ca

Please sign in to comment.