diff options
Diffstat (limited to 'include/linux/rcutiny.h')
-rw-r--r-- | include/linux/rcutiny.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h index 3fa179784e18..c6b11dc5ba0a 100644 --- a/include/linux/rcutiny.h +++ b/include/linux/rcutiny.h | |||
@@ -133,13 +133,6 @@ static inline int rcu_needs_cpu(int cpu) | |||
133 | return rcu_preempt_needs_cpu(); | 133 | return rcu_preempt_needs_cpu(); |
134 | } | 134 | } |
135 | 135 | ||
136 | /* | ||
137 | * Defined as macro as it is a very low level header | ||
138 | * included from areas that don't even know about current | ||
139 | * FIXME: combine with include/linux/rcutree.h into rcupdate.h. | ||
140 | */ | ||
141 | #define rcu_preempt_depth() (current->rcu_read_lock_nesting) | ||
142 | |||
143 | #endif /* #else #ifdef CONFIG_TINY_RCU */ | 136 | #endif /* #else #ifdef CONFIG_TINY_RCU */ |
144 | 137 | ||
145 | static inline void rcu_note_context_switch(int cpu) | 138 | static inline void rcu_note_context_switch(int cpu) |