aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/glinda/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/glinda/cpu.c')
-rw-r--r--src/soc/amd/glinda/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/glinda/cpu.c b/src/soc/amd/glinda/cpu.c
index e441eadea6..c745b73030 100644
--- a/src/soc/amd/glinda/cpu.c
+++ b/src/soc/amd/glinda/cpu.c
@@ -51,7 +51,7 @@ static struct device_operations cpu_dev_ops = {
static struct cpu_device_id cpu_table[] = {
{ X86_VENDOR_AMD, GLINDA_A0_CPUID, CPUID_ALL_STEPPINGS_MASK }, /* TODO: Update for Glinda */
- { 0, 0, 0 },
+ CPU_TABLE_END
};
static const struct cpu_driver zen_2_3 __cpu_driver = {