commented out interrupt support

This commit is contained in:
Joel Sherrill
1996-05-28 16:32:55 +00:00
parent da33d26358
commit 47d6b1400f
3 changed files with 6 additions and 0 deletions

View File

@@ -9,11 +9,13 @@
#include <rtems/score/coresem.h> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
#if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
*/ */
unsigned32 interrupts_installed; unsigned32 interrupts_installed;
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif
/* /*
* POSIX Cancelability * POSIX Cancelability

View File

@@ -9,11 +9,13 @@
#include <rtems/score/coresem.h> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
#if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
*/ */
unsigned32 interrupts_installed; unsigned32 interrupts_installed;
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif
/* /*
* POSIX Cancelability * POSIX Cancelability

View File

@@ -9,11 +9,13 @@
#include <rtems/score/coresem.h> #include <rtems/score/coresem.h>
typedef struct { typedef struct {
#if 0
/* /*
* POSIX Interrupts * POSIX Interrupts
*/ */
unsigned32 interrupts_installed; unsigned32 interrupts_installed;
CORE_semaphore_Control Interrupt_Semaphore; CORE_semaphore_Control Interrupt_Semaphore;
#endif
/* /*
* POSIX Cancelability * POSIX Cancelability