diff options
Diffstat (limited to 'kernel/rcutree_plugin.h')
-rw-r--r-- | kernel/rcutree_plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/rcutree_plugin.h b/kernel/rcutree_plugin.h index 52075da70549..5ca2d26c5971 100644 --- a/kernel/rcutree_plugin.h +++ b/kernel/rcutree_plugin.h | |||
@@ -33,7 +33,7 @@ DEFINE_PER_CPU(struct rcu_data, rcu_preempt_data); | |||
33 | /* | 33 | /* |
34 | * Tell them what RCU they are running. | 34 | * Tell them what RCU they are running. |
35 | */ | 35 | */ |
36 | static void rcu_bootup_announce(void) | 36 | static void __init rcu_bootup_announce(void) |
37 | { | 37 | { |
38 | printk(KERN_INFO | 38 | printk(KERN_INFO |
39 | "Experimental preemptable hierarchical RCU implementation.\n"); | 39 | "Experimental preemptable hierarchical RCU implementation.\n"); |
@@ -481,7 +481,7 @@ void exit_rcu(void) | |||
481 | /* | 481 | /* |
482 | * Tell them what RCU they are running. | 482 | * Tell them what RCU they are running. |
483 | */ | 483 | */ |
484 | static void rcu_bootup_announce(void) | 484 | static void __init rcu_bootup_announce(void) |
485 | { | 485 | { |
486 | printk(KERN_INFO "Hierarchical RCU implementation.\n"); | 486 | printk(KERN_INFO "Hierarchical RCU implementation.\n"); |
487 | } | 487 | } |