mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
ARM: 6509/1: ftrace: ignore any ftrace.o in C version of recordmcount
arch/arm/kernel/ftrace.c references mcount like kernel/tracing/ftrace.c, so change the exclusion filter to match any ftrace.o. Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Rabin Vincent <rabin@rab.in> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
parent
e8a7e48bb2
commit
cd3478f2bd
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ do_file(char const *const fname)
|
||||||
int
|
int
|
||||||
main(int argc, char const *argv[])
|
main(int argc, char const *argv[])
|
||||||
{
|
{
|
||||||
const char ftrace[] = "kernel/trace/ftrace.o";
|
const char ftrace[] = "/ftrace.o";
|
||||||
int ftrace_size = sizeof(ftrace) - 1;
|
int ftrace_size = sizeof(ftrace) - 1;
|
||||||
int n_error = 0; /* gcc-4.3.0 false positive complaint */
|
int n_error = 0; /* gcc-4.3.0 false positive complaint */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue