Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100578
b: refs/heads/master
c: f225293
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jun 16, 2008
1 parent e7316c2 commit 509efa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: e765ee90da62535ac7d7a97f2464f9646539d683
refs/heads/master: f22529351f7060d61eff3b76d7c9706f90aaedf3
2 changes: 1 addition & 1 deletion trunk/kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static struct ftrace_ops ftrace_list_end __read_mostly =
static struct ftrace_ops *ftrace_list __read_mostly = &ftrace_list_end;
ftrace_func_t ftrace_trace_function __read_mostly = ftrace_stub;

void ftrace_list_func(unsigned long ip, unsigned long parent_ip)
static void ftrace_list_func(unsigned long ip, unsigned long parent_ip)
{
struct ftrace_ops *op = ftrace_list;

Expand Down
4 changes: 2 additions & 2 deletions trunk/kernel/trace/trace_sched_switch.c
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ static void tracing_sched_unregister(void)
&ctx_trace);
}

void tracing_start_sched_switch(void)
static void tracing_start_sched_switch(void)
{
long ref;

Expand All @@ -205,7 +205,7 @@ void tracing_start_sched_switch(void)
tracing_sched_register();
}

void tracing_stop_sched_switch(void)
static void tracing_stop_sched_switch(void)
{
long ref;

Expand Down

0 comments on commit 509efa5

Please sign in to comment.