[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090220172525.GH24538@elte.hu>
Date: Fri, 20 Feb 2009 18:25:25 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Steven Rostedt <rostedt@...dmis.org>
Cc: linux-kernel@...r.kernel.org,
Andrew Morton <akpm@...ux-foundation.org>,
Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <peterz@...radead.org>,
Steven Rostedt <srostedt@...hat.com>
Subject: Re: [PATCH 1/5] ftrace: allow archs to preform pre and post
process for code modification
* Steven Rostedt <rostedt@...dmis.org> wrote:
> +int ftrace_arch_modify_prepare(void);
> +int ftrace_arch_modify_post_process(void);
i think it would be clearer to name it:
extern int ftrace_arch_code_modify_prepare(void);
extern int ftrace_arch_code_modify_finish(void);
?
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