[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20081027152021.GF5704@elte.hu>
Date: Mon, 27 Oct 2008 16:20:22 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Neil Horman <nhorman@...driver.com>
Cc: linux-kernel@...r.kernel.org,
Alexander van Heukelum <heukelum@...lshack.com>,
Thomas Gleixner <tglx@...utronix.de>, mingo@...hat.com,
"H. Peter Anvin" <hpa@...or.com>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: Re: [PATCH] x86: unify appropriate bits from dumpstack_32 and
dumpstack_64
* Neil Horman <nhorman@...driver.com> 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@...driver.com>
>
>
> 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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists