Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fafb6e84 authored by Pranith Kumar's avatar Pranith Kumar Committed by Paul E. McKenney
Browse files

rcu: Update tiny.c references to tree.c



This commit updates the references to rcutree.c which is now rcu/tree.c

Signed-off-by: default avatarPranith Kumar <bobby.prani@gmail.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent a8a29b3b
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -51,7 +51,7 @@ static long long rcu_dynticks_nesting = DYNTICK_TASK_EXIT_IDLE;


#include "tiny_plugin.h"
#include "tiny_plugin.h"


/* Common code for rcu_idle_enter() and rcu_irq_exit(), see kernel/rcutree.c. */
/* Common code for rcu_idle_enter() and rcu_irq_exit(), see kernel/rcu/tree.c. */
static void rcu_idle_enter_common(long long newval)
static void rcu_idle_enter_common(long long newval)
{
{
	if (newval) {
	if (newval) {
@@ -114,7 +114,7 @@ void rcu_irq_exit(void)
}
}
EXPORT_SYMBOL_GPL(rcu_irq_exit);
EXPORT_SYMBOL_GPL(rcu_irq_exit);


/* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcutree.c. */
/* Common code for rcu_idle_exit() and rcu_irq_enter(), see kernel/rcu/tree.c. */
static void rcu_idle_exit_common(long long oldval)
static void rcu_idle_exit_common(long long oldval)
{
{
	if (oldval) {
	if (oldval) {