summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sparc/rtems/asm.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 09:48:25 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-02 09:48:25 +0000
commit80f77327f3fbd95710cb44e308b3a3fe062ce220 (patch)
treeeff3aea12cf2b570bedcf2570452f45854ced711 /cpukit/score/cpu/sparc/rtems/asm.h
parentRegenerate. (diff)
downloadrtems-80f77327f3fbd95710cb44e308b3a3fe062ce220.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/cpu/sparc/rtems/asm.h')
-rw-r--r--cpukit/score/cpu/sparc/rtems/asm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/score/cpu/sparc/rtems/asm.h b/cpukit/score/cpu/sparc/rtems/asm.h
index dafc584a64..1da25f8c26 100644
--- a/cpukit/score/cpu/sparc/rtems/asm.h
+++ b/cpukit/score/cpu/sparc/rtems/asm.h
@@ -99,7 +99,7 @@
/*
* Entry for traps which jump to a programmer-specified trap handler.
*/
-
+
#define TRAP(_vector, _handler) \
mov %psr, %l0 ; \
sethi %hi(_handler), %l4 ; \
@@ -109,7 +109,7 @@
/*
* Used for the reset trap to avoid a supervisor instruction
*/
-
+
#define RTRAP(_vector, _handler) \
mov %g0, %l0 ; \
sethi %hi(_handler), %l4 ; \