x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'
authorDave Hansen <dave.hansen@linux.intel.com>
Fri, 13 Dec 2024 18:51:32 +0000 (10:51 -0800)
committerDave Hansen <dave.hansen@linux.intel.com>
Wed, 18 Dec 2024 14:09:04 +0000 (06:09 -0800)
commitf3f3251526739bb975b97f840c56b3054dba8638
tree28eaa7e4206b5a1c26d10588ea470de2c682f33d
parent3fa5626720c0948ce067306c4f6558d9ec86020c
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
arch/x86/kernel/cpu/amd.c