Hi Greg,

On Wed, Mar 30, 2011 at 09:58, Greg Ungerer <[email protected]> wrote:
> The following set of patches cleans up and merges individual files in
> the arch/m68k/lib directory. Mostly strait forward stuff,
>
> I have build and run tested on ARAnyM/Atari and ColdFire (non-mmu)
> targets.

Thanks! Looks good! Haven't tested it yet, though (see below).

> Not sure why git/diff mangled some of these a little. The changes to
> patche 5, string.h, are simpler than it looks... These where generated
> with "git format-patch -M -B" to make it easier to review the file
> movements.

Patch 1:

| Applying: m68k: merge mmu and non-mmu versions of muldi3
| error: arch/m68k/lib/muldi3.c: already exists in index
| Patch failed at 0001 m68k: merge mmu and non-mmu versions of muldi3
| When you have resolved this problem run "git am --resolved".
| If you would prefer to skip this patch, instead run "git am --skip".
| To restore the original branch and stop patching run "git am --abort".

Doing "git rm arch/m68k/lib/muldi3.c && git commit -a" first fixes it.

Patch5:

| Applying: m68k: remove duplicate memcpy() implementation
| error: arch/m68k/lib/string.c: has been deleted/renamed
| Patch failed at 0001 m68k: remove duplicate memcpy() implementation
| When you have resolved this problem run "git am --resolved".
| If you would prefer to skip this patch, instead run "git am --skip".
| To restore the original branch and stop patching run "git am --abort".

Doing "git rm arch/m68k/lib/string.c && git commit -a" did not fix it :-(

Any chance you can send a "normal" patch, or a place to pull from?

Anyway, I did a thorough review, so consider it
Acked-by: Geert Uytterhoeven <[email protected]>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected]

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to