Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm Oops, forgot the empty macro version of UVMHIST_CALL...
details: https://anonhg.NetBSD.org/src/rev/fbadd352585e
branches: trunk
changeset: 1009108:fbadd352585e
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Apr 13 07:11:08 2020 +0000
description:
Oops, forgot the empty macro version of UVMHIST_CALLARGS
diffstat:
sys/uvm/uvm_stat.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r bc502ccc7b5b -r fbadd352585e sys/uvm/uvm_stat.h
--- a/sys/uvm/uvm_stat.h Mon Apr 13 07:09:50 2020 +0000
+++ b/sys/uvm/uvm_stat.h Mon Apr 13 07:11:08 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_stat.h,v 1.53 2020/04/08 07:56:34 skrll Exp $ */
+/* $NetBSD: uvm_stat.h,v 1.54 2020/04/13 07:11:08 skrll Exp $ */
/*
* Copyright (c) 2011 Matthew R. Green
@@ -72,6 +72,7 @@
#define UVMHIST_LINK_STATIC(NAME)
#define UVMHIST_LOG(NAME,FMT,A,B,C,D)
#define UVMHIST_CALLED(NAME)
+#define UVMHIST_CALLARGS(NAME,FMT,A,B,C,D)
#define UVMHIST_FUNC(FNAME)
#endif
Home |
Main Index |
Thread Index |
Old Index