summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/rtems
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/arm/rtems')
-rw-r--r--cpukit/score/cpu/arm/rtems/asm.h4
-rw-r--r--cpukit/score/cpu/arm/rtems/score/arm.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/score/cpu/arm/rtems/asm.h b/cpukit/score/cpu/arm/rtems/asm.h
index 176ac064ee..04c5360790 100644
--- a/cpukit/score/cpu/arm/rtems/asm.h
+++ b/cpukit/score/cpu/arm/rtems/asm.h
@@ -11,7 +11,7 @@
* NOTE: The spacing in the use of these macros
* is critical to them working as advertised.
*/
-
+
/*
* COPYRIGHT:
*
@@ -96,7 +96,7 @@
#define NUM_IRQ_VECTOR 6 // IRQ number
#define NUM_FIQ_VECTOR 7 // IRQ number
- // //
+ // //
#define CPSR_IRQ_DISABLE 0x80 // FIQ disabled when =1
#define CPSR_FIQ_DISABLE 0x40 // FIQ disabled when =1
#define CPSR_THUMB_ENABLE 0x20 // Thumb mode when =1
diff --git a/cpukit/score/cpu/arm/rtems/score/arm.h b/cpukit/score/cpu/arm/rtems/score/arm.h
index c724c78148..54da4a7e7b 100644
--- a/cpukit/score/cpu/arm/rtems/score/arm.h
+++ b/cpukit/score/cpu/arm/rtems/score/arm.h
@@ -2,7 +2,7 @@
* @file rtems/score/arm.h
*/
-/*
+/*
* $Id$
*
* COPYRIGHT (c) 2000 Canon Research Centre France SA.