Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sh3/sh3 Add __KERNEL_RCSID.



details:   https://anonhg.NetBSD.org/src/rev/d30a9adca838
branches:  trunk
changeset: 555646:d30a9adca838
user:      uwe <uwe%NetBSD.org@localhost>
date:      Mon Nov 24 04:16:51 2003 +0000

description:
Add __KERNEL_RCSID.

diffstat:

 sys/arch/sh3/sh3/exception_vector.S |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 34b5141553ab -r d30a9adca838 sys/arch/sh3/sh3/exception_vector.S
--- a/sys/arch/sh3/sh3/exception_vector.S       Mon Nov 24 04:07:22 2003 +0000
+++ b/sys/arch/sh3/sh3/exception_vector.S       Mon Nov 24 04:16:51 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exception_vector.S,v 1.11 2003/11/24 03:06:01 uwe Exp $        */
+/*     $NetBSD: exception_vector.S,v 1.12 2003/11/24 04:16:51 uwe Exp $        */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -45,6 +45,9 @@
 #include <sh3/mmu_sh3.h>
 #include <sh3/mmu_sh4.h>
 
+__KERNEL_RCSID(0, "$NetBSD: exception_vector.S,v 1.12 2003/11/24 04:16:51 uwe Exp $")
+
+
 /*
  * Exception vectors. following routines are copied to vector addreses.
  *     sh_vector_generic:      VBR + 0x100



Home | Main Index | Thread Index | Old Index