2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>

* include/tm27.h: Do not use set_vector.
This commit is contained in:
Joel Sherrill
2008-09-30 16:27:41 +00:00
parent 46d17c9114
commit fcb90b6381
2 changed files with 5 additions and 1 deletions

View File

@@ -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

View File

@@ -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")