Skip to content

Commit

Permalink
rcu_note_context_switch() function changed to type 'void' [kernel 3.19]
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelOfTruth committed Feb 15, 2015
1 parent b994347 commit 51bad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/sched/bfs.c
Expand Up @@ -3360,7 +3360,7 @@ static void __sched __schedule(void)
preempt_disable();
cpu = smp_processor_id();
rq = cpu_rq(cpu);
rcu_note_context_switch(cpu);
rcu_note_context_switch();
prev = rq->curr;

deactivate = false;
Expand Down

0 comments on commit 51bad87

Please sign in to comment.