diff options
author | Dave Hansen <dave.hansen@linux.intel.com> | 2024-12-13 10:51:32 -0800 |
---|---|---|
committer | Dave Hansen <dave.hansen@linux.intel.com> | 2024-12-18 06:09:04 -0800 |
commit | f3f3251526739bb975b97f840c56b3054dba8638 (patch) | |
tree | 28eaa7e4206b5a1c26d10588ea470de2c682f33d /tools/perf/scripts/python/task-analyzer.py | |
parent | 3fa5626720c0948ce067306c4f6558d9ec86020c (diff) |
x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'
The AMD erratum 1386 detection code uses and old style 'x86_cpu_desc'
table. Replace it with 'x86_cpu_id' so the old style can be removed.
I did not create a new helper macro here. The new table is certainly
more noisy than the old and it can be improved on. But I was hesitant
to create a new macro just for a single site that is only two ugly
lines in the end.
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Link: https://lore.kernel.org/all/20241213185132.07555E1D%40davehans-spike.ostc.intel.com
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions