Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/mips remove redundant opt_multiprocessor.h inc...



details:   https://anonhg.NetBSD.org/src/rev/32a387cbe57c
branches:  trunk
changeset: 764650:32a387cbe57c
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Apr 29 22:10:22 2011 +0000

description:
remove redundant opt_multiprocessor.h include

diffstat:

 sys/arch/mips/mips/pmap_segtab.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 5fc766a3a9db -r 32a387cbe57c sys/arch/mips/mips/pmap_segtab.c
--- a/sys/arch/mips/mips/pmap_segtab.c  Fri Apr 29 22:09:41 2011 +0000
+++ b/sys/arch/mips/mips/pmap_segtab.c  Fri Apr 29 22:10:22 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap_segtab.c,v 1.2 2011/02/20 07:45:48 matt Exp $     */
+/*     $NetBSD: pmap_segtab.c,v 1.3 2011/04/29 22:10:22 matt Exp $     */
 
 /*-
  * Copyright (c) 1998, 2001 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.2 2011/02/20 07:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap_segtab.c,v 1.3 2011/04/29 22:10:22 matt Exp $");
 
 /*
  *     Manages physical address maps.
@@ -111,7 +111,6 @@
  * These warnings probably applies to other files under sys/arch/mips.
  */
 
-#include "opt_multiprocessor.h"
 #include "opt_sysv.h"
 #include "opt_cputype.h"
 #include "opt_mips_cache.h"



Home | Main Index | Thread Index | Old Index