summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/powerpc
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/cpu/powerpc')
-rw-r--r--c/src/exec/score/cpu/powerpc/README6
-rw-r--r--c/src/exec/score/cpu/powerpc/TODO4
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu.c1
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu.h1
-rw-r--r--c/src/exec/score/cpu/powerpc/cpu_asm.s2
-rw-r--r--c/src/exec/score/cpu/powerpc/irq_stub.s2
-rw-r--r--c/src/exec/score/cpu/powerpc/ppc.h1
-rw-r--r--c/src/exec/score/cpu/powerpc/ppctypes.h2
-rw-r--r--c/src/exec/score/cpu/powerpc/rtems.s1
9 files changed, 18 insertions, 2 deletions
diff --git a/c/src/exec/score/cpu/powerpc/README b/c/src/exec/score/cpu/powerpc/README
index 92af381241..2c0fb9a707 100644
--- a/c/src/exec/score/cpu/powerpc/README
+++ b/c/src/exec/score/cpu/powerpc/README
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
There are various issues regarding this port:
@@ -17,6 +21,8 @@ code. I am seeking a release from IBM for this file. In the
mean time this file is excluded (but still included in the Makefile
as a place-holder).
+NOTE: IBM released the alignment exception handler under generous enough
+ terms where it could be included in this distribution.
2) CPU support.
diff --git a/c/src/exec/score/cpu/powerpc/TODO b/c/src/exec/score/cpu/powerpc/TODO
index b72be4d767..6e3e04e6ca 100644
--- a/c/src/exec/score/cpu/powerpc/TODO
+++ b/c/src/exec/score/cpu/powerpc/TODO
@@ -1,3 +1,7 @@
+#
+# $Id$
+#
+
Todo list:
Maybe decode external interrupts like the HPPA does.
diff --git a/c/src/exec/score/cpu/powerpc/cpu.c b/c/src/exec/score/cpu/powerpc/cpu.c
index 1f8c40f274..e0431f868b 100644
--- a/c/src/exec/score/cpu/powerpc/cpu.c
+++ b/c/src/exec/score/cpu/powerpc/cpu.c
@@ -26,6 +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.
*
+ * $Id$
*/
#include <rtems/system.h>
diff --git a/c/src/exec/score/cpu/powerpc/cpu.h b/c/src/exec/score/cpu/powerpc/cpu.h
index 7bccbce587..99673952a3 100644
--- a/c/src/exec/score/cpu/powerpc/cpu.h
+++ b/c/src/exec/score/cpu/powerpc/cpu.h
@@ -28,6 +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.
*
+ * $Id$
*/
#ifndef __CPU_h
diff --git a/c/src/exec/score/cpu/powerpc/cpu_asm.s b/c/src/exec/score/cpu/powerpc/cpu_asm.s
index eb6bf2b1e5..c9ab7a13f5 100644
--- a/c/src/exec/score/cpu/powerpc/cpu_asm.s
+++ b/c/src/exec/score/cpu/powerpc/cpu_asm.s
@@ -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.
*
- * cpu_asm.c,v 1.3 1995/06/07 02:40:23 joel Exp
+ * $Id$
*/
#include "asm.h"
diff --git a/c/src/exec/score/cpu/powerpc/irq_stub.s b/c/src/exec/score/cpu/powerpc/irq_stub.s
index 92e6b43dd2..1ed443d479 100644
--- a/c/src/exec/score/cpu/powerpc/irq_stub.s
+++ b/c/src/exec/score/cpu/powerpc/irq_stub.s
@@ -17,6 +17,8 @@
* software without specific, written prior permission.
* i-cubed limited makes no representations about the suitability
* of this software for any purpose.
+ *
+ * $Id$
*/
/* void __ISR_Handler()
diff --git a/c/src/exec/score/cpu/powerpc/ppc.h b/c/src/exec/score/cpu/powerpc/ppc.h
index 7e9d12875c..c2960a1910 100644
--- a/c/src/exec/score/cpu/powerpc/ppc.h
+++ b/c/src/exec/score/cpu/powerpc/ppc.h
@@ -31,6 +31,7 @@
* Note:
* This file is included by both C and assembler code ( -DASM )
*
+ * $Id$
*/
#ifndef _INCLUDE_PPC_h
diff --git a/c/src/exec/score/cpu/powerpc/ppctypes.h b/c/src/exec/score/cpu/powerpc/ppctypes.h
index 64219dafe5..f6f199cf23 100644
--- a/c/src/exec/score/cpu/powerpc/ppctypes.h
+++ b/c/src/exec/score/cpu/powerpc/ppctypes.h
@@ -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.
*
- * ppctypes.h,v 1.3 1995/05/31 14:57:15 joel Exp
+ * $Id$
*/
#ifndef __PPC_TYPES_h
diff --git a/c/src/exec/score/cpu/powerpc/rtems.s b/c/src/exec/score/cpu/powerpc/rtems.s
index 87d0f093a7..25e955d4ea 100644
--- a/c/src/exec/score/cpu/powerpc/rtems.s
+++ b/c/src/exec/score/cpu/powerpc/rtems.s
@@ -28,6 +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.
*
+ * $Id$
*/
#include "asm.h"