|
@@ -77,7 +77,7 @@ extern int rcu_scheduler_active;
|
|
|
|
|
|
#if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU)
|
|
#if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU)
|
|
#include <linux/rcutree.h>
|
|
#include <linux/rcutree.h>
|
|
-#elif CONFIG_TINY_RCU
|
|
|
|
|
|
+#elif defined(CONFIG_TINY_RCU)
|
|
#include <linux/rcutiny.h>
|
|
#include <linux/rcutiny.h>
|
|
#else
|
|
#else
|
|
#error "Unknown RCU implementation specified to kernel configuration"
|
|
#error "Unknown RCU implementation specified to kernel configuration"
|