diff options
Diffstat (limited to 'src/soc/amd/phoenix/cpu.c')
-rw-r--r-- | src/soc/amd/phoenix/cpu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/phoenix/cpu.c b/src/soc/amd/phoenix/cpu.c index 68e440be43..cba22e97e3 100644 --- a/src/soc/amd/phoenix/cpu.c +++ b/src/soc/amd/phoenix/cpu.c @@ -51,8 +51,8 @@ static struct device_operations cpu_dev_ops = { static struct cpu_device_id cpu_table[] = { /* TODO: Add Phoenix CPUID */ - { X86_VENDOR_AMD, PHOENIX2_A0_CPUID}, - { 0, 0 }, + { X86_VENDOR_AMD, PHOENIX2_A0_CPUID, CPUID_EXACT_MATCH_MASK }, + { 0, 0, 0 }, }; static const struct cpu_driver zen_2_3 __cpu_driver = { |