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 Sprinkle some RCS IDs.
details: https://anonhg.NetBSD.org/src/rev/6f387eb7d890
branches: trunk
changeset: 762411:6f387eb7d890
user: rmind <rmind%NetBSD.org@localhost>
date: Sun Feb 20 16:38:13 2011 +0000
description:
Sprinkle some RCS IDs.
diffstat:
sys/arch/mips/mips/cpu_subr.c | 5 +++--
sys/arch/mips/mips/ipifuncs.c | 5 +++--
sys/arch/mips/mips/mips_fixup.c | 5 +++--
sys/arch/mips/mips/mips_fpu.c | 5 +++--
sys/arch/mips/mips/mips_softint.c | 7 ++++---
sys/arch/mips/mips/spl_stubs.c | 6 +++---
6 files changed, 19 insertions(+), 14 deletions(-)
diffs (122 lines):
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/cpu_subr.c
--- a/sys/arch/mips/mips/cpu_subr.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/cpu_subr.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: cpu_subr.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,13 +30,12 @@
*/
#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
#include "opt_sa.h"
-__KERNEL_RCSID(0, "$NetBSD: cpu_subr.c,v 1.2 2011/02/20 07:45:47 matt Exp $");
-
#include <sys/param.h>
#include <sys/cpu.h>
#include <sys/intr.h>
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/ipifuncs.c
--- a/sys/arch/mips/mips/ipifuncs.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/ipifuncs.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: ipifuncs.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -30,8 +32,7 @@
#include "opt_ddb.h"
#include <sys/cdefs.h>
-
-__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.2 2011/02/20 07:45:47 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#include <sys/param.h>
#include <sys/cpu.h>
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/mips_fixup.c
--- a/sys/arch/mips/mips/mips_fixup.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/mips_fixup.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: mips_fixup.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,8 +30,7 @@
*/
#include <sys/cdefs.h>
-
-__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.2 2011/02/20 07:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fixup.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#include "opt_multiprocessor.h"
#include "opt_mips3_wired.h"
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/mips_fpu.c
--- a/sys/arch/mips/mips/mips_fpu.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/mips_fpu.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: mips_fpu.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -28,8 +30,7 @@
*/
#include <sys/cdefs.h>
-
-__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.2 2011/02/20 07:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_fpu.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#include "opt_multiprocessor.h"
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/mips_softint.c
--- a/sys/arch/mips/mips/mips_softint.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/mips_softint.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,3 +1,5 @@
+/* $NetBSD: mips_softint.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -27,9 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-
-__KERNEL_RCSID(0, "$NetBSD: mips_softint.c,v 1.2 2011/02/20 07:45:48 matt Exp $");
+#include <sys/cdefs.h>
+__KERNEL_RCSID(0, "$NetBSD: mips_softint.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#include <sys/param.h>
#include <sys/proc.h>
diff -r 869bb0a61553 -r 6f387eb7d890 sys/arch/mips/mips/spl_stubs.c
--- a/sys/arch/mips/mips/spl_stubs.c Sun Feb 20 16:24:54 2011 +0000
+++ b/sys/arch/mips/mips/spl_stubs.c Sun Feb 20 16:38:13 2011 +0000
@@ -1,4 +1,5 @@
-/* $NetBSD: spl_stubs.c,v 1.2 2011/02/20 07:45:48 matt Exp $ */
+/* $NetBSD: spl_stubs.c,v 1.3 2011/02/20 16:38:13 rmind Exp $ */
+
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
* All rights reserved.
@@ -29,8 +30,7 @@
*/
#include <sys/cdefs.h>
-
-__KERNEL_RCSID(0, "$NetBSD: spl_stubs.c,v 1.2 2011/02/20 07:45:48 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spl_stubs.c,v 1.3 2011/02/20 16:38:13 rmind Exp $");
#define __INTR_PRIVATE
Home |
Main Index |
Thread Index |
Old Index