提交 9e3513b7 编写于 作者: S Sasha Levin

tools/liblockdep: Add a stub for new rcu_is_watching

Stub out rcu_is_watching(), prevents build error with the updated
tree.
Signed-off-by: NSasha Levin <sasha.levin@oracle.com>
上级 1ddc1ffa
......@@ -13,4 +13,9 @@ static inline int rcu_is_cpu_idle(void)
return 1;
}
static inline bool rcu_is_watching(void)
{
return false;
}
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册