summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-30 16:27:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-30 16:27:41 +0000
commitfcb90b6381a62ad7f8d3125c75329906948b88f7 (patch)
tree951487a94faaa6c45e6d00fe12978a4f24af29fb /c/src
parent2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fcb90b6381a62ad7f8d3125c75329906948b88f7.tar.bz2
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/tm27.h: Do not use set_vector.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/ChangeLog4
-rw-r--r--c/src/lib/libbsp/powerpc/virtex/include/tm27.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/virtex/ChangeLog b/c/src/lib/libbsp/powerpc/virtex/ChangeLog
index a2bc093521..4334b04245 100644
--- a/c/src/lib/libbsp/powerpc/virtex/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/virtex/ChangeLog
@@ -1,3 +1,7 @@
+2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * include/tm27.h: Do not use set_vector.
+
2008-09-24 Ralf Corsépius <ralf.corsepius@rtems.org>
PR 1322/bsps
diff --git a/c/src/lib/libbsp/powerpc/virtex/include/tm27.h b/c/src/lib/libbsp/powerpc/virtex/include/tm27.h
index 18f3b6b32b..d67cd0d728 100644
--- a/c/src/lib/libbsp/powerpc/virtex/include/tm27.h
+++ b/c/src/lib/libbsp/powerpc/virtex/include/tm27.h
@@ -21,7 +21,7 @@
#define MUST_WAIT_FOR_INTERRUPT 0
-#define Install_tm27_vector( handler ) set_vector( (handler), PPC_IRQ_SCALL, 1 )
+#define Install_tm27_vector( handler ) /* set_vector( (handler), PPC_IRQ_SCALL, 1 ) */
#define Cause_tm27_intr() asm volatile ("sc")