Skip to content

Commit

Permalink
rcu: RCU-based detection of stalled CPUs for Classic RCU, fix
Browse files Browse the repository at this point in the history
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: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Oct 3, 2008
1 parent 2133b5d commit 2ec2b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/rcuclassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
}

Expand Down

0 comments on commit 2ec2b48

Please sign in to comment.