X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fsunw%2Fultra40%2Fmptable.c;fp=src%2Fmainboard%2Fsunw%2Fultra40%2Fmptable.c;h=68bab550b40b71ca2721f3a0bd6f4a4ef4b9d1c1;hb=c02b4fc9db3c3c1e263027382697b566127f66bb;hp=674dbdc6bffa7fc09a75e549b83b2e67011bdc1e;hpb=27852aba6787617ca5656995cbc7e8ef0a3ea22c;p=coreboot.git diff --git a/src/mainboard/sunw/ultra40/mptable.c b/src/mainboard/sunw/ultra40/mptable.c index 674dbdc6b..68bab550b 100644 --- a/src/mainboard/sunw/ultra40/mptable.c +++ b/src/mainboard/sunw/ultra40/mptable.c @@ -226,7 +226,7 @@ void *smp_write_config_table(void *v) /* Compute the checksums */ 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); }