diff options
Diffstat (limited to 'src/soc/amd/phoenix/cpu.c')
-rw-r--r-- | src/soc/amd/phoenix/cpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/cpu.c b/src/soc/amd/phoenix/cpu.c index 8e2443564f..848f667bf1 100644 --- a/src/soc/amd/phoenix/cpu.c +++ b/src/soc/amd/phoenix/cpu.c @@ -52,7 +52,7 @@ static struct device_operations cpu_dev_ops = { static struct cpu_device_id cpu_table[] = { { X86_VENDOR_AMD, PHOENIX_A0_CPUID, CPUID_ALL_STEPPINGS_MASK }, { X86_VENDOR_AMD, PHOENIX2_A0_CPUID, CPUID_ALL_STEPPINGS_MASK }, - { 0, 0, 0 }, + CPU_TABLE_END }; static const struct cpu_driver zen_2_3 __cpu_driver = { |