mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 01:26:32 +08:00
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/tm27.h: Remove references to rtems_interrupt_catch since this archiecture does not use Simple Vectored Interrupt model.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Remove references to rtems_interrupt_catch since this
|
||||
archiecture does not use Simple Vectored Interrupt model.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
|
||||
@@ -21,13 +21,10 @@
|
||||
* NOTE: Use a software interrupt for the i386.
|
||||
*/
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUTPT 0
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
#define Install_tm27_vector(handler)
|
||||
|
||||
#define Install_tm27_vector(handler) \
|
||||
{ \
|
||||
rtems_isr_entry dummy; \
|
||||
rtems_interrupt_catch(handler, 0x90, &dummy); \
|
||||
}
|
||||
#define Cause_tm27_intr() asm volatile( "int $0x90" : : );
|
||||
|
||||
#define Clear_tm27_intr() /* empty */
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Remove references to rtems_interrupt_catch since this
|
||||
archiecture does not use Simple Vectored Interrupt model.
|
||||
|
||||
2009-08-03 Roxana Leontie <roxana.leontie@gmail.com>
|
||||
|
||||
* console/fb_vga.c: changed the reference to mw_fb.h into fb.h
|
||||
|
||||
@@ -21,11 +21,7 @@
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
#define Install_tm27_vector(handler) \
|
||||
{ \
|
||||
rtems_isr_entry dummy; \
|
||||
rtems_interrupt_catch(handler, 0x90, &dummy); \
|
||||
}
|
||||
#define Install_tm27_vector(handler)
|
||||
|
||||
#define Cause_tm27_intr() asm volatile("int $0x90" : :);
|
||||
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2009-08-06 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* include/tm27.h: Remove references to rtems_interrupt_catch since this
|
||||
archiecture does not use Simple Vectored Interrupt model.
|
||||
|
||||
2009-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Rename BSP_BOOTCARD_OPTIONS to
|
||||
|
||||
@@ -21,13 +21,10 @@
|
||||
* NOTE: Use a software interrupt for the i386.
|
||||
*/
|
||||
|
||||
#define MUST_WAIT_FOR_INTERRUTPT 0
|
||||
#define MUST_WAIT_FOR_INTERRUPT 0
|
||||
|
||||
#define Install_tm27_vector(handler)
|
||||
|
||||
#define Install_tm27_vector(handler) \
|
||||
{ \
|
||||
rtems_isr_entry dummy; \
|
||||
rtems_interrupt_catch(handler, 0x90, &dummy); \
|
||||
}
|
||||
#define Cause_tm27_intr() asm volatile( "int $0x90" : : );
|
||||
|
||||
#define Clear_tm27_intr() /* empty */
|
||||
|
||||
Reference in New Issue
Block a user