diff options
Diffstat (limited to 'arch/arm/kernel/armksyms.c')
-rw-r--r-- | arch/arm/kernel/armksyms.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/kernel/armksyms.c b/arch/arm/kernel/armksyms.c index 688b7b1ee416..3b132215cbf8 100644 --- a/arch/arm/kernel/armksyms.c +++ b/arch/arm/kernel/armksyms.c | |||
@@ -48,6 +48,11 @@ extern void __aeabi_ulcmp(void); | |||
48 | extern void fpundefinstr(void); | 48 | extern void fpundefinstr(void); |
49 | extern void fp_enter(void); | 49 | extern void fp_enter(void); |
50 | 50 | ||
51 | #ifdef CONFIG_FTRACE | ||
52 | extern void mcount(void); | ||
53 | EXPORT_SYMBOL(mcount); | ||
54 | #endif | ||
55 | |||
51 | /* | 56 | /* |
52 | * This has a special calling convention; it doesn't | 57 | * This has a special calling convention; it doesn't |
53 | * modify any of the usual registers, except for LR. | 58 | * modify any of the usual registers, except for LR. |