]> git.baikalelectronics.ru Git - kernel.git/commit
m68k: merge mmu and non-mmu versions of muldi3
authorGreg Ungerer <gerg@uclinux.org>
Mon, 28 Mar 2011 05:58:06 +0000 (15:58 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Tue, 24 May 2011 00:03:49 +0000 (10:03 +1000)
commita1229c13924394d5323a236c9e9ac561e1e56371
treef51bc1f0f3c5183c5486b05d708108111209583b
parentc21356ef0578e66687856dd40a581e8dee7d42e4
m68k: merge mmu and non-mmu versions of muldi3

The implementation of gcc's muldi3 support function differs only in
the use of the machine's 64 bit sized mul or not. (It isn't based
on using an MMU or not). Merge the current mmu and non-mmu versions
of arc/m68k/lib/muldi3 and use the appropriate pre-processor
conditionals to get the right version for all m68k processor types.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/lib/muldi3.c
arch/m68k/lib/muldi3_mm.c [deleted file]
arch/m68k/lib/muldi3_no.c [deleted file]