Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b97f0291a2504291aef850077f98cab68a5a2f33
/
.
/
tools
/
lib
/
lockdep
/
uinclude
/
linux
/
rcu.h
blob: 4c99fcb5da2769ef48067b5e6adf05806e758396 [
file
] [
log
] [
blame
]
#ifndef
_LIBLOCKDEP_RCU_H_
#define
_LIBLOCKDEP_RCU_H_
int
rcu_scheduler_active
;
static
inline
int
rcu_lockdep_current_cpu_online
(
void
)
{
return
1
;
}
static
inline
int
rcu_is_cpu_idle
(
void
)
{
return
1
;
}
#endif