Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm/pmap Remove unnecessary #include for sys/shm.h - the...



details:   https://anonhg.NetBSD.org/src/rev/55c4ac0138b1
branches:  trunk
changeset: 811550:55c4ac0138b1
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Nov 05 00:12:28 2015 +0000

description:
Remove unnecessary #include for sys/shm.h - there's nothing here that needs
anything from there.

diffstat:

 sys/uvm/pmap/pmap.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 07d62b729990 -r 55c4ac0138b1 sys/uvm/pmap/pmap.c
--- a/sys/uvm/pmap/pmap.c       Thu Nov 05 00:10:47 2015 +0000
+++ b/sys/uvm/pmap/pmap.c       Thu Nov 05 00:12:28 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.12 2015/06/11 05:27:07 matt Exp $   */
+/*     $NetBSD: pmap.c,v 1.13 2015/11/05 00:12:28 pgoyette Exp $       */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.12 2015/06/11 05:27:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.13 2015/11/05 00:12:28 pgoyette Exp $");
 
 /*
  *     Manages physical address maps.
@@ -109,9 +109,6 @@
 #include <sys/atomic.h>
 #include <sys/mutex.h>
 #include <sys/atomic.h>
-#ifdef SYSVSHM
-#include <sys/shm.h>
-#endif
 #include <sys/socketvar.h>     /* XXX: for sock_loan_thresh */
 
 #include <uvm/uvm.h>



Home | Main Index | Thread Index | Old Index