summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/m32c/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/m32c/cpu.c')
-rw-r--r--cpukit/score/cpu/m32c/cpu.c19
1 files changed, 6 insertions, 13 deletions
diff --git a/cpukit/score/cpu/m32c/cpu.c b/cpukit/score/cpu/m32c/cpu.c
index 4447cab916..afce6f03d4 100644
--- a/cpukit/score/cpu/m32c/cpu.c
+++ b/cpukit/score/cpu/m32c/cpu.c
@@ -1,6 +1,10 @@
-/*
- * XXX CPU Dependent Source
+/**
+ * @file
*
+ * @brief M32C CPU Dependent Source
+ */
+
+/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
@@ -79,17 +83,6 @@ void _CPU_ISR_install_raw_handler(
/*
* _CPU_ISR_install_vector
*
- * This kernel routine installs the RTEMS handler for the
- * specified vector.
- *
- * Input parameters:
- * vector - interrupt vector number
- * old_handler - former ISR for this vector number
- * new_handler - replacement ISR for this vector number
- *
- * Output parameters: NONE
- *
- *
* NO_CPU Specific Information:
*
* XXX document implementation including references if appropriate