summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/mptable.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/include/mptable.h')
-rw-r--r--sys/i386/include/mptable.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/mptable.h b/sys/i386/include/mptable.h
index d36835d..04e3c69 100644
--- a/sys/i386/include/mptable.h
+++ b/sys/i386/include/mptable.h
@@ -22,7 +22,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: mp_machdep.c,v 1.77 1998/08/16 00:41:40 bde Exp $
+ * $Id: mp_machdep.c,v 1.78 1998/08/18 07:46:58 msmith Exp $
*/
#include "opt_smp.h"
@@ -2113,7 +2113,7 @@ ap_init()
if (cpuid != apic_id) {
printf("SMP: cpuid = %d\n", cpuid);
printf("SMP: apic_id = %d\n", apic_id);
- printf("PTD[MPPTDI] = %08x\n", PTD[MPPTDI]);
+ printf("PTD[MPPTDI] = %p\n", (void *)PTD[MPPTDI]);
panic("cpuid mismatch! boom!!");
}
OpenPOWER on IntegriCloud