Module Name:    src
Committed By:   skrll
Date:           Tue Dec  1 23:14:02 UTC 2009

Modified Files:
        src/sys/arch/ews4800mips/ews4800mips: machdep.c

Log Message:
Fix build. Hi rmind.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/ews4800mips/ews4800mips/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/ews4800mips/ews4800mips/machdep.c
diff -u src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.19 src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.20
--- src/sys/arch/ews4800mips/ews4800mips/machdep.c:1.19	Fri Nov 27 03:23:09 2009
+++ src/sys/arch/ews4800mips/ews4800mips/machdep.c	Tue Dec  1 23:14:02 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: machdep.c,v 1.19 2009/11/27 03:23:09 rmind Exp $	*/
+/*	$NetBSD: machdep.c,v 1.20 2009/12/01 23:14:02 skrll Exp $	*/
 
 /*-
  * Copyright (c) 2001, 2004, 2005 The NetBSD Foundation, Inc.
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.19 2009/11/27 03:23:09 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.20 2009/12/01 23:14:02 skrll Exp $");
 
 #include "opt_ddb.h"
 
@@ -117,7 +117,7 @@
 	sbd_init();
 
 	__asm volatile("move %0, $29" : "=r"(v));
-	printf("kernel_text=%p edata=%p end=%p sp=%p\n", kernel_text, edata,
+	printf("kernel_text=%p edata=%p end=%p sp=%lx\n", kernel_text, edata,
 	    end, v);
 
 	option(argc, argv, bi);

Reply via email to