rcu: RCU-based detection of stalled CPUs for Classic RCU, fix
authorIngo Molnar <mingo@elte.hu>
Fri, 3 Oct 2008 08:41:00 +0000 (10:41 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Oct 2008 08:41:00 +0000 (10:41 +0200)
commit2ec2b482b10a1ed3493c224f1893cddd3d33833b
treea190d40ef92925fb1e6e55ffe777dd038fc27433
parent2133b5d7ff531bc15a923db4a6a50bf96c561be9
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: Ingo Molnar <mingo@elte.hu>
kernel/rcuclassic.c