printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / asus / p2b-d / mptable.c
index 5635c8b8846781fa5d7911ee4442ab8b7fe0f7c9..03bc613031744b1face914ad4556a6fa1f12de52 100644 (file)
@@ -144,7 +144,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);
 }