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)
commit98d655a68f864588ff21ae372ddd3563a6699f1c
treef51bc1f0f3c5183c5486b05d708108111209583b
parentea2b50ef4c9e030749ae473e95258f477c3a68ca
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]
This page took 0.025906 seconds and 5 git commands to generate.