Skip to content

Commit

Permalink
include/linux:: rcupdate: add nonull pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
garwedgess committed Jun 11, 2013
1 parent da862b1 commit 1850250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/rcupdate.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ extern int rcu_scheduler_active;

#if defined(CONFIG_TREE_RCU) || defined(CONFIG_TREE_PREEMPT_RCU)
#include <linux/rcutree.h>
#elif CONFIG_TINY_RCU
#elif defined(CONFIG_TINY_RCU)
#include <linux/rcutiny.h>
#else
#error "Unknown RCU implementation specified to kernel configuration"
Expand Down

0 comments on commit 1850250

Please sign in to comment.