]> 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)
commitaee8b3bb06ab7c9a1585ef5d6afa4e85d0ae08e3
treef51bc1f0f3c5183c5486b05d708108111209583b
parent3e4679fa1be3b8b6cd8f1103cb7b57c297035835
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]