[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090630232118.GE17968@elte.hu>
Date: Wed, 1 Jul 2009 01:21:18 +0200
From: Ingo Molnar <mingo@...e.hu>
To: Anton Blanchard <anton@...ba.org>
Cc: a.p.zijlstra@...llo.nl, paulus@...ba.org,
linux-kernel@...r.kernel.org
Subject: Re: [patch 4/8] perf top: Add ppc64 specific skip symbols and
strip ppc64 . prefix
* Anton Blanchard <anton@...ba.org> wrote:
> Filter out some ppc64 specific idle loop functions and remove leading '.' on
> ppc64 text symbols.
>
> Signed-off-by: Anton Blanchard <anton@...ba.org>
> ---
>
> Do we want to wrap them with #ifdef __PPC__ ?
> "enter_idle",
> "exit_idle",
> "mwait_idle",
> + "ppc64_runlatch_off",
> + "pseries_dedicated_idle_sleep",
We only want to wrap them into #ifdef __PPC__ if we do so for the
x86 ones too.
I think it's fine as-is - the names should be pretty unique, right?
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