Module Name: src
Committed By: matt
Date: Thu Apr 2 06:17:52 UTC 2015
Modified Files:
src/sys/uvm/pmap: pmap_tlb.h
Log Message:
include <sys/evcnt.h>
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/uvm/pmap/pmap_tlb.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/pmap/pmap_tlb.h
diff -u src/sys/uvm/pmap/pmap_tlb.h:1.7 src/sys/uvm/pmap/pmap_tlb.h:1.8
--- src/sys/uvm/pmap/pmap_tlb.h:1.7 Mon Jan 5 05:35:18 2015
+++ src/sys/uvm/pmap/pmap_tlb.h Thu Apr 2 06:17:52 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: pmap_tlb.h,v 1.7 2015/01/05 05:35:18 nonaka Exp $ */
+/* $NetBSD: pmap_tlb.h,v 1.8 2015/04/02 06:17:52 matt Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -74,6 +74,7 @@
#ifndef _COMMON_PMAP_TLB_H_
#define _COMMON_PMAP_TLB_H_
+#include <sys/evcnt.h>
#include <sys/kcpuset.h>
#if !defined(PMAP_TLB_MAX)