Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaa...
[deliverable/linux.git] / tools / lib / lockdep / uinclude / linux / rcu.h
CommitLineData
5634bd7d
SL
1#ifndef _LIBLOCKDEP_RCU_H_
2#define _LIBLOCKDEP_RCU_H_
3
4int rcu_scheduler_active;
5
6static inline int rcu_lockdep_current_cpu_online(void)
7{
8 return 1;
9}
10
11static inline int rcu_is_cpu_idle(void)
12{
13 return 1;
14}
15
9e3513b7
SL
16static inline bool rcu_is_watching(void)
17{
18 return false;
19}
20
5634bd7d 21#endif
This page took 0.0430970000000001 seconds and 5 git commands to generate.