Skip to content
Snippets Groups Projects
Commit 2ec2b482 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

rcu: RCU-based detection of stalled CPUs for Classic RCU, fix


fix the !CONFIG_RCU_CPU_STALL_DETECTOR path:

 kernel/rcuclassic.c: In function '__rcu_pending':
 kernel/rcuclassic.c:609: error: too few arguments to function 'check_cpu_stall'

Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 2133b5d7
No related branches found
No related tags found
No related merge requests found
......@@ -239,7 +239,7 @@ static void record_gp_stall_check_time(struct rcu_ctrlblk *rcp)
{
}
static void check_cpu_stall(struct rcu_ctrlblk *rcp, struct rcu_data *rdp)
static inline void check_cpu_stall(struct rcu_ctrlblk *rcp)
{
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment