From c7dba9d6ba931ff3abfd382a051e4a34683f98c7 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Sun, 21 Sep 2008 17:17:53 +0900 Subject: [PATCH] --- yaml --- r: 116148 b: refs/heads/master c: 4b4cf7595a8bce9b4dd64c241a8cb7336ecb9489 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/sh/include/asm/ftrace.h | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 trunk/arch/sh/include/asm/ftrace.h diff --git a/[refs] b/[refs] index ff88ac6e1d38..f0dad5dcd6f9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6902aa84f565153ce05f3438ecb8e445d4f468d8 +refs/heads/master: 4b4cf7595a8bce9b4dd64c241a8cb7336ecb9489 diff --git a/trunk/arch/sh/include/asm/ftrace.h b/trunk/arch/sh/include/asm/ftrace.h new file mode 100644 index 000000000000..3aed362c9463 --- /dev/null +++ b/trunk/arch/sh/include/asm/ftrace.h @@ -0,0 +1,8 @@ +#ifndef __ASM_SH_FTRACE_H +#define __ASM_SH_FTRACE_H + +#ifndef __ASSEMBLY__ +extern void mcount(void); +#endif + +#endif /* __ASM_SH_FTRACE_H */