printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / intel / mtarvon / mptable.c
index 58058d3dc1247d920685a8da7db948d910fa2b31..1090af1e99b57d87c3d38aa6cc4fc0208a78d9f5 100644 (file)
@@ -150,7 +150,7 @@ void *smp_write_config_table(void *v)
        mc->mpe_checksum = smp_compute_checksum(smp_next_mpc_entry(mc), mc->mpe_length);
 
        mc->mpc_checksum = smp_compute_checksum(mc, mc->mpc_length);
-       printk_debug("Wrote the mp table end at: %p - %p\n",
+       printk(BIOS_DEBUG, "Wrote the mp table end at: %p - %p\n",
                mc, smp_next_mpe_entry(mc));
        return smp_next_mpe_entry(mc);
 }