]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/rcutiny_plugin.h
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
[karo-tx-linux.git] / kernel / rcutiny_plugin.h
index 0cd385acccfa19660072ee3550d89a461246aa72..280d06cae3524160833d3441b5de5af3462798c7 100644 (file)
@@ -36,7 +36,7 @@ struct rcu_ctrlblk {
        RCU_TRACE(unsigned long gp_start); /* Start time for stalls. */
        RCU_TRACE(unsigned long ticks_this_gp); /* Statistic for stalls. */
        RCU_TRACE(unsigned long jiffies_stall); /* Jiffies at next stall. */
-       RCU_TRACE(char *name);          /* Name of RCU type. */
+       RCU_TRACE(const char *name);    /* Name of RCU type. */
 };
 
 /* Definition for rcupdate control block. */