Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173404
b: refs/heads/master
c: 36c8719
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed Oct 14, 2009
1 parent c0f4ad7 commit 8175d0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e4b053d96ae4e23e7023eb9f591bd7fc5c9c8cb9
refs/heads/master: 36c871992697eaaf88a3682c2c3003a41c54b8c0
6 changes: 5 additions & 1 deletion trunk/arch/sh/include/asm/ftrace.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ static inline unsigned long ftrace_call_adjust(unsigned long addr)
return addr;
}

#endif /* __ASSEMBLY__ */
#endif /* CONFIG_FUNCTION_TRACER */

#ifndef __ASSEMBLY__

/* arch/sh/kernel/return_address.c */
extern void *return_address(unsigned int);

Expand All @@ -46,6 +51,5 @@ extern void *return_address(unsigned int);
#define CALLER_ADDR6 ((unsigned long)return_address(6))

#endif /* __ASSEMBLY__ */
#endif /* CONFIG_FUNCTION_TRACER */

#endif /* __ASM_SH_FTRACE_H */

0 comments on commit 8175d0f

Please sign in to comment.