Module Name: src
Committed By: matt
Date: Fri Apr 29 22:17:18 UTC 2011
Modified Files:
src/sys/arch/mips/mips: mips_fixup.c
Log Message:
Remove redundant opt_multiprocessor.h include
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/mips/mips/mips_fixup.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/mips_fixup.c
diff -u src/sys/arch/mips/mips/mips_fixup.c:1.5 src/sys/arch/mips/mips/mips_fixup.c:1.6
--- src/sys/arch/mips/mips/mips_fixup.c:1.5 Fri Mar 18 15:19:43 2011
+++ src/sys/arch/mips/mips/mips_fixup.c Fri Apr 29 22:17:17 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_fixup.c,v 1.5 2011/03/18 15:19:43 tsutsui Exp $ */
+/* $NetBSD: mips_fixup.c,v 1.6 2011/04/29 22:17:17 matt Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,9 +30,8 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.5 2011/03/18 15:19:43 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.6 2011/04/29 22:17:17 matt Exp $");
-#include "opt_multiprocessor.h"
#include "opt_mips3_wired.h"
#include "opt_multiprocessor.h"
#include <sys/param.h>