summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 23:00:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-11-06 23:00:29 +0000
commitc7ca3c9e4ea014962ca9a992e70394d289ff15fc (patch)
treeab3fddbb4ead81f69b5e82ca2aa19b2a4ca1623f /cpukit
parent2007-11-06 Ray Xu <rayx.cn@gmail.com> (diff)
downloadrtems-c7ca3c9e4ea014962ca9a992e70394d289ff15fc.tar.bz2
2007-11-06 Joel Sherrill <joel.sherrill@OARcorp.com>
* thumb_isr.c: Fix headers.
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__))