Module Name: src Committed By: matt Date: Mon Sep 21 15:50:19 UTC 2015
Modified Files: src/sys/uvm/pmap: tlb.h Log Message: Update multiple inclusion macro To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/uvm/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/tlb.h diff -u src/sys/uvm/pmap/tlb.h:1.1 src/sys/uvm/pmap/tlb.h:1.2 --- src/sys/uvm/pmap/tlb.h:1.1 Wed Oct 3 00:51:47 2012 +++ src/sys/uvm/pmap/tlb.h Mon Sep 21 15:50:19 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: tlb.h,v 1.1 2012/10/03 00:51:47 christos Exp $ */ +/* $NetBSD: tlb.h,v 1.2 2015/09/21 15:50:19 matt Exp $ */ /*- * Copyright (c) 2011 The NetBSD Foundation, Inc. * All rights reserved. @@ -27,8 +27,8 @@ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _COMMON_PMAP_TLB_TLB_H_ -#define _COMMON_PMAP_TLB_TLB_H_ +#ifndef _UVM_PMAP_PMAP_TLB_TLB_H_ +#define _UVM_PMAP_PMAP_TLB_TLB_H_ #if defined(_KERNEL) || defined(_KMEMUSER) @@ -68,4 +68,4 @@ void tlb_dump(void (*)(const char *, ... #endif /* _KERNEL || _KMEMUSER */ -#endif /* !_COMMON_PMAP_TLB_TLB_H_ */ +#endif /* !_UVM_PMAP_PMAP_TLB_TLB_H_ */