diff options
| author | Peter Zijlstra <[email protected]> | 2019-08-27 19:48:22 +0000 |
|---|---|---|
| committer | Peter Zijlstra <[email protected]> | 2019-08-28 09:29:31 +0000 |
| commit | af239c44e3f976762e9bc052f0d5796b90ea530b (patch) | |
| tree | 36bf7f8555ea9e8e1379cb230c1c5f00f1419709 /tools/perf/scripts/python/sched-migration.py | |
| parent | x86/intel: Aggregate big core client naming (diff) | |
| download | kernel-af239c44e3f976762e9bc052f0d5796b90ea530b.tar.gz kernel-af239c44e3f976762e9bc052f0d5796b90ea530b.zip | |
x86/intel: Aggregate big core mobile naming
Currently big core mobile chips have either:
- _L
- _ULT
- _MOBILE
Make it uniformly: _L.
for i in `git grep -l "\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*_\(MOBILE\|ULT\)"`
do
sed -i -e 's/\(\(INTEL_FAM6_\|VULNWL_INTEL\|INTEL_CPU_FAM6\).*\)_\(MOBILE\|ULT\)/\1_L/g' ${i}
done
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Reviewed-by: Tony Luck <[email protected]>
Cc: [email protected]
Cc: Dave Hansen <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions
