Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm/pmap include <sys/evcnt.h>



details:   https://anonhg.NetBSD.org/src/rev/ba893cbf9c5c
branches:  trunk
changeset: 337100:ba893cbf9c5c
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Apr 02 06:17:52 2015 +0000

description:
include <sys/evcnt.h>

diffstat:

 sys/uvm/pmap/pmap_tlb.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6ffe56a7d9b5 -r ba893cbf9c5c sys/uvm/pmap/pmap_tlb.h
--- a/sys/uvm/pmap/pmap_tlb.h   Thu Apr 02 06:15:40 2015 +0000
+++ b/sys/uvm/pmap/pmap_tlb.h   Thu Apr 02 06:17:52 2015 +0000
@@ -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)



Home | Main Index | Thread Index | Old Index