Module Name: src
Committed By: matt
Date: Fri Apr 29 22:10:22 UTC 2011
Modified Files:
src/sys/arch/mips/mips: pmap_segtab.c
Log Message:
remove redundant opt_multiprocessor.h include
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/mips/mips/pmap_segtab.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/mips/mips/pmap_segtab.c
diff -u src/sys/arch/mips/mips/pmap_segtab.c:1.2 src/sys/arch/mips/mips/pmap_segtab.c:1.3
--- src/sys/arch/mips/mips/pmap_segtab.c:1.2 Sun Feb 20 07:45:48 2011
+++ src/sys/arch/mips/mips/pmap_segtab.c Fri Apr 29 22:10:22 2011
@@ -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"