printk_foo -> printk(BIOS_FOO, ...)
[coreboot.git] / src / mainboard / amd / dbm690t / mptable.c
index 4c717769319222e288c65d8e6e401b9b055c98a4..3b7ffdaa4bd956e6e5a8f7a92afe42ede4211a0b 100644 (file)
@@ -199,7 +199,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);
 }