diff options
author | Rakib Mullick <rakib.mullick@gmail.com> | 2017-04-08 21:36:14 -0400 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2017-04-10 19:57:54 -0400 |
commit | 30e03acda5fd9c77ec9bf8b3c5def9540c6b0486 (patch) | |
tree | 7bc3f6678eec60cfa78f1b85bac4a503db21542c /kernel/cgroup | |
parent | 75fa8e5d3b1f3f7bdafcde12e973b0faaf13f1c4 (diff) |
cpuset: Remove cpuset_update_active_cpus()'s parameter.
In cpuset_update_active_cpus(), cpu_online isn't used anymore. Remove
it.
Signed-off-by: Rakib Mullick<rakib.mullick@gmail.com>
Acked-by: Zefan Li <lizefan@huawei.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'kernel/cgroup')
-rw-r--r-- | kernel/cgroup/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup/cpuset.c b/kernel/cgroup/cpuset.c index 8b84db2d2d17..f6501f4f6040 100644 --- a/kernel/cgroup/cpuset.c +++ b/kernel/cgroup/cpuset.c | |||
@@ -2351,7 +2351,7 @@ static void cpuset_hotplug_workfn(struct work_struct *work) | |||
2351 | rebuild_sched_domains(); | 2351 | rebuild_sched_domains(); |
2352 | } | 2352 | } |
2353 | 2353 | ||
2354 | void cpuset_update_active_cpus(bool cpu_online) | 2354 | void cpuset_update_active_cpus(void) |
2355 | { | 2355 | { |
2356 | /* | 2356 | /* |
2357 | * We're inside cpu hotplug critical region which usually nests | 2357 | * We're inside cpu hotplug critical region which usually nests |