Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140786
b: refs/heads/master
c: 4377245
h: refs/heads/master
v: v3
  • Loading branch information
Steven Rostedt committed Feb 20, 2009
1 parent 019dab1 commit 94dd81d
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 90c7ac49aa819feb9433b5310089fca6399881c0
refs/heads/master: 4377245aa93b65b6597e4b7bb460fb9abc48b56b
5 changes: 4 additions & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,11 @@ static void ftrace_replace_code(int enable)
if ((system_state == SYSTEM_BOOTING) ||
!core_kernel_text(rec->ip)) {
ftrace_free_rec(rec);
} else
} else {
ftrace_bug(failed, rec->ip);
/* Stop processing */
return;
}
}
}
}
Expand Down

0 comments on commit 94dd81d

Please sign in to comment.