summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-28 21:44:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-10-28 21:44:58 +0000
commit55b115ec90a3ed2fc858b7cab55c1f3b95328280 (patch)
treefd6e92a425b3a4d7fb21d68632cbf8e9dd9b261f /cpukit/score/cpu/m32c
parent2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-55b115ec90a3ed2fc858b7cab55c1f3b95328280.tar.bz2
2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file headers.
Diffstat (limited to 'cpukit/score/cpu/m32c')
-rw-r--r--cpukit/score/cpu/m32c/ChangeLog5
-rw-r--r--cpukit/score/cpu/m32c/context_init.c8
-rw-r--r--cpukit/score/cpu/m32c/context_switch.S7
-rw-r--r--cpukit/score/cpu/m32c/cpu.c1
-rw-r--r--cpukit/score/cpu/m32c/cpu_asm.c14
5 files changed, 24 insertions, 11 deletions
diff --git a/cpukit/score/cpu/m32c/ChangeLog b/cpukit/score/cpu/m32c/ChangeLog
index 52c968453b..39aa24db77 100644
--- a/cpukit/score/cpu/m32c/ChangeLog
+++ b/cpukit/score/cpu/m32c/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * context_init.c, context_switch.S, cpu.c, cpu_asm.c: Correct file
+ headers.
+
2008-10-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_switch.S, cpu_asm.c, rtems/score/cpu.h: Add support for
diff --git a/cpukit/score/cpu/m32c/context_init.c b/cpukit/score/cpu/m32c/context_init.c
index e975eeab00..d888f3f4a0 100644
--- a/cpukit/score/cpu/m32c/context_init.c
+++ b/cpukit/score/cpu/m32c/context_init.c
@@ -1,4 +1,12 @@
/*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
+ *
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
*/
#include <stdint.h>
diff --git a/cpukit/score/cpu/m32c/context_switch.S b/cpukit/score/cpu/m32c/context_switch.S
index 39d151bd98..7ca8525025 100644
--- a/cpukit/score/cpu/m32c/context_switch.S
+++ b/cpukit/score/cpu/m32c/context_switch.S
@@ -1,7 +1,14 @@
/*
* Context switch for the Reneas M32C
*
+ * COPYRIGHT (c) 1989-2008.
+ * On-Line Applications Research Corporation (OAR).
*
+ * The license and distribution terms for this file may be
+ * found in the file LICENSE in this distribution or at
+ * http://www.rtems.com/license/LICENSE.
+ *
+ * $Id$
*/
#define ARG_EXECUTING 8
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index 9f14142ca5..2927291087 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -1,7 +1,6 @@
/*
* XXX CPU Dependent Source
*
- *
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
diff --git a/cpukit/score/cpu/m32c/cpu_asm.c b/cpukit/score/cpu/m32c/cpu_asm.c
index 3f998faf93..dfab402aa9 100644
--- a/cpukit/score/cpu/m32c/cpu_asm.c
+++ b/cpukit/score/cpu/m32c/cpu_asm.c
@@ -6,7 +6,10 @@
*
* NOTE: This is supposed to be a .S or .s file NOT a C file.
*
- * COPYRIGHT (c) 1989-1999.
+ * M32C does not yet have interrupt support. When this functionality
+ * is written, this file should become obsolete.
+ *
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -24,15 +27,6 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
-/* #include "cpu_asm.h> */
-
-#if 0
-void _CPU_Context_restore(
- Context_Control *new_context
-)
-{
-}
-#endif
/* void __ISR_Handler()
*