Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
9233087dc468f75bdeb7830c694c09dc74be88c4
/
.
/
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