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 opt_multiprocessor.h police
details: https://anonhg.NetBSD.org/src/rev/887fd8e6ccbf
branches: trunk
changeset: 353442:887fd8e6ccbf
user: skrll <skrll%NetBSD.org@localhost>
date: Sun May 07 05:45:07 2017 +0000
description:
opt_multiprocessor.h police
diffstat:
sys/arch/mips/mips/mips3_clock.c | 6 ++++--
sys/arch/mips/mips/mips_dsp.c | 6 ++----
sys/arch/mips/mips/mips_fpu.c | 6 ++----
sys/arch/mips/mips/mips_machdep.c | 5 +++--
4 files changed, 11 insertions(+), 12 deletions(-)
diffs (83 lines):
diff -r 47752d05ab4c -r 887fd8e6ccbf sys/arch/mips/mips/mips3_clock.c
--- a/sys/arch/mips/mips/mips3_clock.c Sun May 07 04:59:19 2017 +0000
+++ b/sys/arch/mips/mips/mips3_clock.c Sun May 07 05:45:07 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips3_clock.c,v 1.13 2011/07/10 23:13:22 matt Exp $ */
+/* $NetBSD: mips3_clock.c,v 1.14 2017/05/07 05:45:07 skrll Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -40,7 +40,9 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips3_clock.c,v 1.13 2011/07/10 23:13:22 matt Exp $");
+#include "opt_multiprocessor.h"
+
+__KERNEL_RCSID(0, "$NetBSD: mips3_clock.c,v 1.14 2017/05/07 05:45:07 skrll Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
diff -r 47752d05ab4c -r 887fd8e6ccbf sys/arch/mips/mips/mips_dsp.c
--- a/sys/arch/mips/mips/mips_dsp.c Sun May 07 04:59:19 2017 +0000
+++ b/sys/arch/mips/mips/mips_dsp.c Sun May 07 05:45:07 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_dsp.c,v 1.5 2017/03/16 16:13:20 chs Exp $ */
+/* $NetBSD: mips_dsp.c,v 1.6 2017/05/07 05:45:07 skrll Exp $ */
/*-
* Copyright (c) 2011 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_dsp.c,v 1.5 2017/03/16 16:13:20 chs Exp $");
-
-#include "opt_multiprocessor.h"
+__KERNEL_RCSID(0, "$NetBSD: mips_dsp.c,v 1.6 2017/05/07 05:45:07 skrll Exp $");
#include <sys/param.h>
#include <sys/mutex.h>
diff -r 47752d05ab4c -r 887fd8e6ccbf sys/arch/mips/mips/mips_fpu.c
--- a/sys/arch/mips/mips/mips_fpu.c Sun May 07 04:59:19 2017 +0000
+++ b/sys/arch/mips/mips/mips_fpu.c Sun May 07 05:45:07 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_fpu.c,v 1.14 2017/03/16 16:13:20 chs Exp $ */
+/* $NetBSD: mips_fpu.c,v 1.15 2017/05/07 05:45:07 skrll Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -30,9 +30,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.14 2017/03/16 16:13:20 chs Exp $");
-
-#include "opt_multiprocessor.h"
+__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.15 2017/05/07 05:45:07 skrll Exp $");
#include <sys/param.h>
#include <sys/mutex.h>
diff -r 47752d05ab4c -r 887fd8e6ccbf sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sun May 07 04:59:19 2017 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sun May 07 05:45:07 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.276 2016/12/23 07:15:27 cherry Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.277 2017/05/07 05:45:07 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -111,11 +111,12 @@
*/
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.276 2016/12/23 07:15:27 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.277 2017/05/07 05:45:07 skrll Exp $");
#define __INTR_PRIVATE
#include "opt_cputype.h"
#include "opt_compat_netbsd32.h"
+#include "opt_multiprocessor.h"
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index