]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernel
authorNicolas Pitre <nico@cam.org>
Wed, 29 Jun 2005 17:10:54 +0000 (18:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 29 Jun 2005 17:10:54 +0000 (18:10 +0100)
commitb81491f57d249500af7693517a4732d65c468305
treef2b0012a9677206b4662cf7c17a3ffa8ebc8c75d
parentd9c9e38535465aa18e24786e675a994b2b27eeaf
[PATCH] ARM: 2723/2: remove __udivdi3 and __umoddi3 from the kernel

Patch from Nicolas Pitre

Those are big, slow and generally not recommended for kernel code.
They are even not present on i386.  So it should be concluded that
one could as well get away with do_div() alone.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/kernel/armksyms.c
arch/arm/lib/Makefile
arch/arm/lib/longlong.h [deleted file]
arch/arm/lib/udivdi3.c [deleted file]
drivers/net/arm/etherh.c