diff options
author | Peter Zijlstra <[email protected]> | 2017-05-01 11:03:12 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-05-15 10:15:34 +0200 |
commit | ae4df9d6c935105857d9d166b615e3f17531ce6b (patch) | |
tree | 74f933fcc73f495f72ef2df49af1e94e531f34e6 /lib/netdev-notifier-error-inject.c | |
parent | e5c14b1fb89213ff718261e6fb1bb29c5ffbbe99 (diff) |
sched/topology: Rename sched_group_cpus()
There's a discrepancy in naming between the sched_domain and
sched_group cpumask accessor. Since we're doing changes, fix it.
$ git grep sched_group_cpus | wc -l
28
$ git grep sched_domain_span | wc -l
38
Suggests changing sched_group_cpus() into sched_group_span():
for i in `git grep -l sched_group_cpus`
do
sed -ie 's/sched_group_cpus/sched_group_span/g' $i
done
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/netdev-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions