aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcu/tree.c')
-rw-r--r--kernel/rcu/tree.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
index 9815447d22e0..77b48f03c077 100644
--- a/kernel/rcu/tree.c
+++ b/kernel/rcu/tree.c
@@ -3766,6 +3766,8 @@ void __init rcu_init(void)
3766 pm_notifier(rcu_pm_notify, 0); 3766 pm_notifier(rcu_pm_notify, 0);
3767 for_each_online_cpu(cpu) 3767 for_each_online_cpu(cpu)
3768 rcu_cpu_notify(NULL, CPU_UP_PREPARE, (void *)(long)cpu); 3768 rcu_cpu_notify(NULL, CPU_UP_PREPARE, (void *)(long)cpu);
3769
3770 rcu_early_boot_tests();
3769} 3771}
3770 3772
3771#include "tree_plugin.h" 3773#include "tree_plugin.h"