Module Name:    src
Committed By:   skrll
Date:           Mon Apr 13 07:11:08 UTC 2020

Modified Files:
        src/sys/uvm: uvm_stat.h

Log Message:
Oops, forgot the empty macro version of UVMHIST_CALLARGS


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/sys/uvm/uvm_stat.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/uvm/uvm_stat.h
diff -u src/sys/uvm/uvm_stat.h:1.53 src/sys/uvm/uvm_stat.h:1.54
--- src/sys/uvm/uvm_stat.h:1.53	Wed Apr  8 07:56:34 2020
+++ src/sys/uvm/uvm_stat.h	Mon Apr 13 07:11:08 2020
@@ -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

Reply via email to