[patch 0/2] x86/cpu/amd: Fixup the topology rework fallout

From: Thomas Gleixner
Date: Wed Apr 10 2024 - 15:45:36 EST


Testing at Collabora unearthed two issues in the new AMD topology parser
code:

1) The CPUID 0x80000008 parser initializes the wrong topology domain
level.

2) The NODEID_MSR parser uses bitfields in a union wrongly which results
in reading out the wrong value and finally in a division by zero.

Many thanks to Laura for helping to debug this issue.

tglx