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/5f614da5fb76
branches: trunk
changeset: 764657:5f614da5fb76
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 29 22:17:17 2011 +0000
description:
Remove redundant opt_multiprocessor.h include
diffstat:
sys/arch/mips/mips/mips_fixup.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 03c9882b0267 -r 5f614da5fb76 sys/arch/mips/mips/mips_fixup.c
--- a/sys/arch/mips/mips/mips_fixup.c Fri Apr 29 22:16:49 2011 +0000
+++ b/sys/arch/mips/mips/mips_fixup.c Fri Apr 29 22:17:17 2011 +0000
@@ -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>
Home |
Main Index |
Thread Index |
Old Index