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,3 +1,7 @@ +2007-11-06 Joel Sherrill + + * thumb_isr.c: Fix headers. + 2007-11-06 Joel Sherrill * .cvsignore, ChangeLog, Makefile.am, thumb_isr.c: New files. 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 #if (defined(__THUMB_INTERWORK__) || defined(__thumb__))