summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/isr.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-11 19:49:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-11 19:49:40 +0000
commit743def0ffbe928fd27fb7f38cb3dc36d0929fdce (patch)
tree2cd22bfd2dd843896e5a30d5041eadf34b4e00fb /cpukit/score/include/rtems/score/isr.h
parentAbandon suse-11.2. (diff)
downloadrtems-743def0ffbe928fd27fb7f38cb3dc36d0929fdce.tar.bz2
2011-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/Makefile.am, score/include/rtems/score/isr.h: Replace tabs with spaces.
Diffstat (limited to 'cpukit/score/include/rtems/score/isr.h')
-rw-r--r--cpukit/score/include/rtems/score/isr.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/isr.h b/cpukit/score/include/rtems/score/isr.h
index 3da25859ec..c164b8fcff 100644
--- a/cpukit/score/include/rtems/score/isr.h
+++ b/cpukit/score/include/rtems/score/isr.h
@@ -154,11 +154,11 @@ void _ISR_Handler_initialization ( void );
* routine exits.
*/
#define _ISR_Set_level( _new_level ) \
- do { \
- RTEMS_COMPILER_MEMORY_BARRIER(); \
- _CPU_ISR_Set_level( _new_level ); \
- RTEMS_COMPILER_MEMORY_BARRIER(); \
- } while (0)
+ do { \
+ RTEMS_COMPILER_MEMORY_BARRIER(); \
+ _CPU_ISR_Set_level( _new_level ); \
+ RTEMS_COMPILER_MEMORY_BARRIER(); \
+ } while (0)
/**