Module Name: src
Committed By: uebayasi
Date: Wed Nov 3 16:59:19 UTC 2010
Modified Files:
src/sys/arch/arm/arm32: pmap.c
Log Message:
Fix build of IXM1200 too. Pointed out by cegger, thanks.
To generate a diff of this commit:
cvs rdiff -u -r1.216 -r1.217 src/sys/arch/arm/arm32/pmap.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/arm/arm32/pmap.c
diff -u src/sys/arch/arm/arm32/pmap.c:1.216 src/sys/arch/arm/arm32/pmap.c:1.217
--- src/sys/arch/arm/arm32/pmap.c:1.216 Tue Nov 2 06:33:22 2010
+++ src/sys/arch/arm/arm32/pmap.c Wed Nov 3 16:59:19 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.216 2010/11/02 06:33:22 uebayasi Exp $ */
+/* $NetBSD: pmap.c,v 1.217 2010/11/03 16:59:19 uebayasi Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -211,7 +211,7 @@
#include <machine/param.h>
#include <arm/arm32/katelib.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.216 2010/11/02 06:33:22 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.217 2010/11/03 16:59:19 uebayasi Exp $");
#define VM_PAGE_TO_MD(pg) (&(pg)->mdpage)
@@ -2577,7 +2577,7 @@
u_int flags;
NPDEBUG(PDB_FOLLOW,
- printf("pmap_page_remove: pg %p (0x%08lx)\n", pg,
+ printf("pmap_page_remove: md %p (0x%08lx)\n", md,
pa));
PMAP_HEAD_TO_MAP_LOCK();