printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / via / pc2500e / mptable.c
index 7f0ae858065689da94fc1c47ffdcb4390da88480..16b4b5334d2ff15bdc75a8ab4945c642016700ff 100644 (file)
@@ -146,7 +146,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);
 }