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/7f941e64d8e2
branches:  trunk
changeset: 930731:7f941e64d8e2
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 a26ef628e2b3 -r 7f941e64d8e2 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