diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2010-08-13 19:16:25 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2010-08-20 12:00:13 -0400 |
commit | a3dc3fb161f9b4066c0fce22db72638af8baf83b (patch) | |
tree | e41a30edd7e4965807b199da7637a6d6e44d4ed1 /include/linux/rcutiny.h | |
parent | 53d84e004d5e8c018be395c4330dc72fd60bd13e (diff) |
rcu: repair code-duplication FIXMEs
Combine the duplicate definitions of ULONG_CMP_GE(), ULONG_CMP_LT(),
and rcu_preempt_depth() into include/linux/rcupdate.h.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
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) |