summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/cpu_asm.c
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/cpu_asm.c
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/cpu_asm.c')
-rw-r--r--cpukit/score/cpu/m32c/cpu_asm.c14
1 files changed, 4 insertions, 10 deletions
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()
*