|
@@ -701,7 +701,7 @@ void rcu_idle_enter(void)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL_GPL(rcu_idle_enter);
|
|
EXPORT_SYMBOL_GPL(rcu_idle_enter);
|
|
|
|
|
|
-#ifdef CONFIG_RCU_USER_QS
|
|
|
|
|
|
+#ifdef CONFIG_NO_HZ_FULL
|
|
/**
|
|
/**
|
|
* rcu_user_enter - inform RCU that we are resuming userspace.
|
|
* rcu_user_enter - inform RCU that we are resuming userspace.
|
|
*
|
|
*
|
|
@@ -714,7 +714,7 @@ void rcu_user_enter(void)
|
|
{
|
|
{
|
|
rcu_eqs_enter(1);
|
|
rcu_eqs_enter(1);
|
|
}
|
|
}
|
|
-#endif /* CONFIG_RCU_USER_QS */
|
|
|
|
|
|
+#endif /* CONFIG_NO_HZ_FULL */
|
|
|
|
|
|
/**
|
|
/**
|
|
* rcu_irq_exit - inform RCU that current CPU is exiting irq towards idle
|
|
* rcu_irq_exit - inform RCU that current CPU is exiting irq towards idle
|
|
@@ -828,7 +828,7 @@ void rcu_idle_exit(void)
|
|
}
|
|
}
|
|
EXPORT_SYMBOL_GPL(rcu_idle_exit);
|
|
EXPORT_SYMBOL_GPL(rcu_idle_exit);
|
|
|
|
|
|
-#ifdef CONFIG_RCU_USER_QS
|
|
|
|
|
|
+#ifdef CONFIG_NO_HZ_FULL
|
|
/**
|
|
/**
|
|
* rcu_user_exit - inform RCU that we are exiting userspace.
|
|
* rcu_user_exit - inform RCU that we are exiting userspace.
|
|
*
|
|
*
|
|
@@ -839,7 +839,7 @@ void rcu_user_exit(void)
|
|
{
|
|
{
|
|
rcu_eqs_exit(1);
|
|
rcu_eqs_exit(1);
|
|
}
|
|
}
|
|
-#endif /* CONFIG_RCU_USER_QS */
|
|
|
|
|
|
+#endif /* CONFIG_NO_HZ_FULL */
|
|
|
|
|
|
/**
|
|
/**
|
|
* rcu_irq_enter - inform RCU that current CPU is entering irq away from idle
|
|
* rcu_irq_enter - inform RCU that current CPU is entering irq away from idle
|