Skip to content
Commit 3f2ebfcf authored by Li Wang's avatar Li Wang Committed by Bruce Ashfield
Browse files

fix linux-yocto-rt compile error



kernel/cgroup/cpuset.c:2959:28: error: 'cpuset_rwsem' undeclared (first use in this function); did you mean 'cpuset_mutex'?
 2959 |         percpu_down_write(&cpuset_rwsem);
      |                            ^~~~~~~~~~~~
      |                            cpuset_mutex

Signed-off-by: default avatarLi Wang <li.wang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
parent d6887098
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment