commit | 473d1cf4ee623b043790838bcf77e77958840bf2 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Sat Jul 11 19:56:58 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Sat Jul 11 19:56:58 2009 +0900 |
tree | e1e582134ac96dbb21bd26c6c3ba5bba341e5e50 | |
parent | f686d8c11c61143b9705ed38d8cd26b0643902a4 [diff] |
sh: Decouple mcount from ftrace. 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>