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:26:36 +00:00
parent 3f3dbf3fa7
commit b9c6fb1d07
2 changed files with 5 additions and 1 deletions
@@ -1,3 +1,7 @@
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/tm27.h: Do not use set_vector.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect
@@ -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")