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 Give UVMHIST_LOG() the 6 args it requires...
details: https://anonhg.NetBSD.org/src/rev/daade9ea06fd
branches: trunk
changeset: 1009294:daade9ea06fd
user: kre <kre%NetBSD.org@localhost>
date: Sun Apr 19 19:36:49 2020 +0000
description:
Give UVMHIST_LOG() the 6 args it requires. Unbreak builds.
diffstat:
sys/arch/arm/arm32/pmap.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r aec79938273b -r daade9ea06fd sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sun Apr 19 19:20:32 2020 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sun Apr 19 19:36:49 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap.c,v 1.409 2020/04/19 08:50:54 skrll Exp $ */
+/* $NetBSD: pmap.c,v 1.410 2020/04/19 19:36:49 kre Exp $ */
/*
* Copyright 2003 Wasabi Systems, Inc.
@@ -192,7 +192,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.409 2020/04/19 08:50:54 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.410 2020/04/19 19:36:49 kre Exp $");
#include <sys/atomic.h>
#include <sys/param.h>
@@ -2760,8 +2760,8 @@
KASSERT(!(md->pvh_attrs & PVF_NC));
- UVMHIST_LOG(maphist, "md %#jx (attrs=%#jx)",(uintptr_t)md,
- md->pvh_attrs);
+ UVMHIST_LOG(maphist, "md %#jx (attrs=%#jx)", (uintptr_t)md,
+ md->pvh_attrs, 0, 0);
const size_t scache_line_size = arm_scache.dcache_line_size;
Home |
Main Index |
Thread Index |
Old Index