summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/sh/cpu.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 17:58:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-15 17:58:07 +0000
commit3bcc0d8913b40c1857920935dae4a6b1cec69be9 (patch)
treee85b34f47122ae83ef1eecdc10584c27e3589d54 /cpukit/score/cpu/sh/cpu.c
parent2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3bcc0d8913b40c1857920935dae4a6b1cec69be9.tar.bz2
2001-10-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* cpu.c: Fix #ifdefs, add missing #endif.
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/sh/cpu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/score/cpu/sh/cpu.c b/cpukit/score/cpu/sh/cpu.c
index 31ba6cd0d9..b83292e304 100644
--- a/cpukit/score/cpu/sh/cpu.c
+++ b/cpukit/score/cpu/sh/cpu.c
@@ -157,7 +157,7 @@ void _CPU_ISR_install_raw_handler(
*
*/
-#if defined(sh1) || defined(sh2)
+#if defined(__sh1__) || defined(__sh2__)
void _CPU_ISR_install_vector(
unsigned32 vector,
proc_ptr new_handler,
@@ -190,6 +190,7 @@ void _CPU_ISR_install_vector(
}
#endif
}
+#endif /* _CPU_ISR_install_vector */
/*PAGE
*