Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Fix build of IXM1200 too. Pointed out by...
details: https://anonhg.NetBSD.org/src/rev/810e6736499a
branches: trunk
changeset: 758369:810e6736499a
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Wed Nov 03 16:59:19 2010 +0000
description:
Fix build of IXM1200 too. Pointed out by cegger, thanks.
diffstat:
sys/arch/arm/arm32/pmap.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d0ba6e2eae97 -r 810e6736499a sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Wed Nov 03 16:17:48 2010 +0000
+++ b/sys/arch/arm/arm32/pmap.c Wed Nov 03 16:59:19 2010 +0000
@@ -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();
Home |
Main Index |
Thread Index |
Old Index