Re: [tip: x86/cpu] x86/cpu: Move AMD erratum 1386 table over to 'x86_cpu_id'

From: Huang, Kai
Date: Wed Dec 18 2024 - 09:06:30 EST




On 18/12/2024 9:00 am, tip-bot2 for Dave Hansen wrote:
The following commit has been merged into the x86/cpu branch of tip:

Commit-ID: 064e8b122b65525115c4c2f181bd2ea33265e0c6
Gitweb: https://git.kernel.org/tip/064e8b122b65525115c4c2f181bd2ea33265e0c6
Author: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
AuthorDate: Fri, 13 Dec 2024 10:51:32 -08:00
Committer: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>
CommitterDate: Tue, 17 Dec 2024 16:19:57 -08:00

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@xxxxxxxxxxxxxxx>
Signed-off-by: Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx>

Hi Dave,

Just let you know there's a duplicated SoB here.