Re: [PATCH] x86: kill arch/x86/kernel/mpparse.c debugging printk.

From: Rene Herman
Date: Mon Aug 11 2008 - 14:06:54 EST


On 11-08-08 19:41, Ingo Molnar wrote:

* Rene Herman <rene.herman@xxxxxxxxxxxx> wrote:

Ah, I was unaware of that difference, thank you. Ingo, can you replace the previous incarnation with this one?

sure - but some other commits were queued already so i've applied the delta fix below.

Thanks and fine ofcourse but from the Cheats 'R Us GIT handbook, when there's n patches on top of the one I want to edit:

$ mkdir tmp
$ git format-patch -o tmp HEAD~n
$ git reset --hard HEAD~n
$ git reset --soft HEAD^
<fix>
$ git commit -a -c ORIG_HEAD
$ git am tmp/*
$ rm -rf tmp

Just in case someone finds it interesting... :-)

Rene.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/