Re: [PATCH] x86: unify appropriate bits from dumpstack_32 anddumpstack_64

From: Ingo Molnar
Date: Mon Oct 27 2008 - 11:21:06 EST



* Neil Horman <nhorman@xxxxxxxxxxxxx> wrote:

> Hey all-
> As promised, now that dumpstack_32 and dumpstack_64 have so
> many bits in common, we should merge the in-sync bits into a common
> file, to prevent them from diverging again. This patch removes bits
> which are common between dumpstack_32.c and dumpstack_64.c and
> places them in a common dumpstack.c which is built for both 32 and
> 64 bit arches.
>
> Regards
> Neil
>
> Signed-off-by: Neil Horman <nhorman@xxxxxxxxxxxxx>
>
>
> Makefile | 2
> dumpstack.c | 319 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> dumpstack.h | 39 ++++++
> dumpstack_32.c | 294 ----------------------------------------------------
> dumpstack_64.c | 285 --------------------------------------------------
> 5 files changed, 363 insertions(+), 576 deletions(-)

applied to tip/x86/dumpstack, thanks Neil!

Ingo
--
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/