diff --git a/src/mainboard/amd/dbm690t/mptable.c b/src/mainboard/amd/dbm690t/mptable.c index cec39e2c79..43f7f4421b 100644 --- a/src/mainboard/amd/dbm690t/mptable.c +++ b/src/mainboard/amd/dbm690t/mptable.c @@ -45,6 +45,7 @@ void *smp_write_config_table(void *v) static const char oem[8] = "ATI "; static const char productid[12] = "DBM690T "; struct mp_config_table *mc; + int j; mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN); memset(mc, 0, sizeof(*mc));