sh: modify platform_device for sh_eth driver
[cascardo/linux.git] / kernel / rcutiny_plugin.h
index 015abae..3cb8e36 100644 (file)
@@ -852,7 +852,7 @@ void exit_rcu(void)
        if (t->rcu_read_lock_nesting == 0)
                return;
        t->rcu_read_lock_nesting = 1;
-       rcu_read_unlock();
+       __rcu_read_unlock();
 }
 
 #else /* #ifdef CONFIG_TINY_PREEMPT_RCU */