mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
commented out interrupt support
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user