Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Update multiple inclusion macro



details:   https://anonhg.NetBSD.org/src/rev/91e040d656c6
branches:  trunk
changeset: 340638:91e040d656c6
user:      matt <matt%NetBSD.org@localhost>
date:      Mon Sep 21 15:50:19 2015 +0000

description:
Update multiple inclusion macro

diffstat:

 sys/uvm/pmap/tlb.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (26 lines):

diff -r 7027a12ba7be -r 91e040d656c6 sys/uvm/pmap/tlb.h
--- a/sys/uvm/pmap/tlb.h        Mon Sep 21 13:32:48 2015 +0000
+++ b/sys/uvm/pmap/tlb.h        Mon Sep 21 15:50:19 2015 +0000
@@ -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 @@
 
 #endif /* _KERNEL || _KMEMUSER */
 
-#endif /* !_COMMON_PMAP_TLB_TLB_H_ */
+#endif /* !_UVM_PMAP_PMAP_TLB_TLB_H_ */



Home | Main Index | Thread Index | Old Index