summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-24 15:41:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-24 15:41:36 +0000
commit9b5fe743007c75766950642e0006c1b7438d89c3 (patch)
treeaf502a7b29cce7ef3b3a1398e76b00f0d76115de /c
parent2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9b5fe743007c75766950642e0006c1b7438d89c3.tar.bz2
2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/psim/console/consupp.S2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/irq/irq.h2
-rw-r--r--c/src/lib/libbsp/powerpc/psim/irq/irq_init.c2
4 files changed, 8 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 72e78a3622..bad09b2285 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * console/consupp.S, irq/irq.h, irq/irq_init.c: Add CVS Id string.
+
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).
diff --git a/c/src/lib/libbsp/powerpc/psim/console/consupp.S b/c/src/lib/libbsp/powerpc/psim/console/consupp.S
index bb9e834fc6..b2d1da2aa7 100644
--- a/c/src/lib/libbsp/powerpc/psim/console/consupp.S
+++ b/c/src/lib/libbsp/powerpc/psim/console/consupp.S
@@ -13,6 +13,8 @@
* and need not follow the licensing terms described here, provided that
* the new terms are clearly indicated on the first page of each file where
* they apply.
+ *
+ * $Id$
*/
#include "ppc-asm.h"
diff --git a/c/src/lib/libbsp/powerpc/psim/irq/irq.h b/c/src/lib/libbsp/powerpc/psim/irq/irq.h
index 654d9b54c6..44ff3d997c 100644
--- a/c/src/lib/libbsp/powerpc/psim/irq/irq.h
+++ b/c/src/lib/libbsp/powerpc/psim/irq/irq.h
@@ -15,7 +15,7 @@
* found in found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * irq.h,v 1.2.4.2 2003/09/04 18:45:20 joel Exp
+ * $Id$
*/
#ifndef LIBBSP_POWERPC_IRQ_H
diff --git a/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c b/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
index 2f29b2ea80..91f18f1dfe 100644
--- a/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
+++ b/c/src/lib/libbsp/powerpc/psim/irq/irq_init.c
@@ -12,7 +12,7 @@
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
*
- * irq_init.c,v 1.6.2.5 2003/09/04 18:45:20 joel Exp
+ * $Id$
*/
#include <libcpu/io.h>