summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/score/cpu/arm/thumb/ChangeLog4
-rw-r--r--cpukit/score/cpu/arm/thumb/thumb_isr.c11
2 files changed, 13 insertions, 2 deletions
diff --git a/cpukit/score/cpu/arm/thumb/ChangeLog b/cpukit/score/cpu/arm/thumb/ChangeLog
index 6a35e22e9c..65249bf529 100644
--- a/cpukit/score/cpu/arm/thumb/ChangeLog
+++ b/cpukit/score/cpu/arm/thumb/ChangeLog
@@ -1,5 +1,9 @@
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * thumb_isr.c: Fix headers.
+
+2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* .cvsignore, ChangeLog, Makefile.am, thumb_isr.c: New files.
2007-11-03 Ray Xu <rayx.cn@gmail.com>
diff --git a/cpukit/score/cpu/arm/thumb/thumb_isr.c b/cpukit/score/cpu/arm/thumb/thumb_isr.c
index 34a38a06de..4460c7e78e 100644
--- a/cpukit/score/cpu/arm/thumb/thumb_isr.c
+++ b/cpukit/score/cpu/arm/thumb/thumb_isr.c
@@ -1,6 +1,13 @@
/*
-* The thumb mode do not support multi-level ISR, only disable and enable
-*/
+ * The thumb mode do not support multi-level ISR, only disable and enable
+ *
+ * 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 <rtems/system.h>
#if (defined(__THUMB_INTERWORK__) || defined(__thumb__))