]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - kernel/rcutree_plugin.h
shmem: let shared anonymous be nonlinear again
[karo-tx-linux.git] / kernel / rcutree_plugin.h
index ef2a58c2b9d5f977665329a07ef2ceda61677b3b..c03edf7663575e6d4a9559f7417d1595a8281713 100644 (file)
@@ -33,7 +33,7 @@ DEFINE_PER_CPU(struct rcu_data, rcu_preempt_data);
 /*
  * Tell them what RCU they are running.
  */
-static inline void rcu_bootup_announce(void)
+static void rcu_bootup_announce(void)
 {
        printk(KERN_INFO
               "Experimental preemptable hierarchical RCU implementation.\n");
@@ -481,7 +481,7 @@ void exit_rcu(void)
 /*
  * Tell them what RCU they are running.
  */
-static inline void rcu_bootup_announce(void)
+static void rcu_bootup_announce(void)
 {
        printk(KERN_INFO "Hierarchical RCU implementation.\n");
 }