diff --git a/[refs] b/[refs] index 4b1c607d0e4d..c9e802fb4960 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 63cd758e07743b71ed76ba7db7f93986a7591a65 +refs/heads/master: f039d1f1884b2fe9c13d28f59d8330f0b0518fc4 diff --git a/trunk/kernel/rcutree_trace.c b/trunk/kernel/rcutree_trace.c index 3b0c0986afc0..0a5a8bedc522 100644 --- a/trunk/kernel/rcutree_trace.c +++ b/trunk/kernel/rcutree_trace.c @@ -49,7 +49,7 @@ #ifdef CONFIG_RCU_BOOST 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(char, rcu_cpu_has_work);