]> git.baikalelectronics.ru Git - kernel.git/commit
ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT
authorSteven Rostedt <srostedt@redhat.com>
Fri, 15 Oct 2010 03:32:44 +0000 (23:32 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Fri, 15 Oct 2010 03:32:44 +0000 (23:32 -0400)
commitf91a0f6ed05ba3d71db0b99a46f057f656df2c02
tree12ee3585d7a65291032b3258000523d6386c7d2e
parentc3aeb26d1adcd422ecb78b6e8247b2a2ad583a84
ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNT

The config option used by archs to let the build system know that
the C version of the recordmcount works for said arch is currently
called HAVE_C_MCOUNT_RECORD which enables BUILD_C_RECORDMCOUNT. To
be more consistent with the name that all archs may use, it has been
renamed to HAVE_C_RECORDMCOUNT. This will be less confusing since
we are building a C recordmcount and not a mcount_record.

Suggested-by: Ingo Molnar <mingo@elte.hu>
Cc: <linux-arch@vger.kernel.org>
Cc: Michal Marek <mmarek@suse.cz>
Cc: linux-kbuild@vger.kernel.org
Cc: John Reiser <jreiser@bitwagon.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Makefile
arch/x86/Kconfig
kernel/trace/Kconfig