sh: Decouple mcount from ftrace.
authorPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 10:56:58 +0000 (19:56 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Sat, 11 Jul 2009 10:56:58 +0000 (19:56 +0900)
This adds a general CONFIG_MCOUNT in order to permit mcount generation
without ftrace support. This is primarily for allowing platforms to
enable aggressive stack overflow checking without having to enable ftrace
support. Based on the sparc64 implementation.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>

No differences found