|
@@ -49,7 +49,7 @@
|
|
#ifdef CONFIG_RCU_BOOST
|
|
#ifdef CONFIG_RCU_BOOST
|
|
|
|
|
|
DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_status);
|
|
DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_status);
|
|
-DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_cpu);
|
|
|
|
|
|
+DECLARE_PER_CPU(int, rcu_cpu_kthread_cpu);
|
|
DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_loops);
|
|
DECLARE_PER_CPU(unsigned int, rcu_cpu_kthread_loops);
|
|
DECLARE_PER_CPU(char, rcu_cpu_has_work);
|
|
DECLARE_PER_CPU(char, rcu_cpu_has_work);
|
|
|
|
|