summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 13:25:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1995-09-26 13:25:58 +0000
commit879a0474ea8c3a1c5032b5fa870dc792a5160c72 (patch)
tree06e2b6dbf6ee955e8bd749c1eaf40d948c2a62ef
parentnew file (diff)
downloadrtems-879a0474ea8c3a1c5032b5fa870dc792a5160c72.tar.bz2
fixed Id strings
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/README4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/clock/clock.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/console/console.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/timer/timer.c2
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/README4
-rw-r--r--c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s1
6 files changed, 12 insertions, 3 deletions
diff --git a/c/src/lib/libcpu/powerpc/ppc403/README b/c/src/lib/libcpu/powerpc/ppc403/README
index f99e0533f7..d07eec021b 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/README
+++ b/c/src/lib/libcpu/powerpc/ppc403/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
Various non BSP dependant support routines.
clock - Uses the 403 PIT (Programmable interval timer) to
diff --git a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
index b577f80f1a..5ee8e39c05 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/clock/clock.c
@@ -28,7 +28,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * clock.c,v 1.2 1995/05/31 16:59:06 joel Exp
+ * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/console/console.c b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
index d7a7bb9bc1..8677b1fcf1 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/console/console.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/console/console.c
@@ -26,7 +26,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * console.c,v 1.2 1995/05/31 16:56:07 joel Exp
+ * $Id$
*/
#define NO_BSP_INIT
diff --git a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
index f351a9109d..d18d31c4bc 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
+++ b/c/src/lib/libcpu/powerpc/ppc403/timer/timer.c
@@ -31,7 +31,7 @@
* to the copyright license under the clause at DFARS 252.227-7013. This
* notice must appear in all copies of this file and its derivatives.
*
- * timer.c,v 1.2 1995/05/31 16:59:23 joel Exp
+ * $Id$
*/
#include <bsp.h>
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/README b/c/src/lib/libcpu/powerpc/ppc403/vectors/README
index 02ab163dfd..4081ae2525 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/README
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
The location of the vectors file object is critical.
From the comments at the head of vectors.s:
diff --git a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s
index ea08a5156d..c5fb7b738c 100644
--- a/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s
+++ b/c/src/lib/libcpu/powerpc/ppc403/vectors/vectors.s
@@ -18,6 +18,7 @@
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
*
+ * $Id$
*/
/*