Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/miscfs/genfs Fix UVMHIST build.
details: https://anonhg.NetBSD.org/src/rev/7fbfd7217fc5
branches: trunk
changeset: 807484:7fbfd7217fc5
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Apr 12 14:44:06 2015 +0000
description:
Fix UVMHIST build.
diffstat:
sys/miscfs/genfs/genfs_io.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r a861636c38d5 -r 7fbfd7217fc5 sys/miscfs/genfs/genfs_io.c
--- a/sys/miscfs/genfs/genfs_io.c Sun Apr 12 12:44:13 2015 +0000
+++ b/sys/miscfs/genfs/genfs_io.c Sun Apr 12 14:44:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genfs_io.c,v 1.59 2015/04/10 13:02:15 riastradh Exp $ */
+/* $NetBSD: genfs_io.c,v 1.60 2015/04/12 14:44:06 skrll Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.59 2015/04/10 13:02:15 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.60 2015/04/12 14:44:06 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -521,6 +521,8 @@
int i;
int error = 0;
+ UVMHIST_FUNC(__func__); UVMHIST_CALLED(ubchist);
+
/*
* read the desired page(s).
*/
Home |
Main Index |
Thread Index |
Old Index