forked from Imagelibrary/rtems
Remove unused CPU_MODES_INTERRUPT_LEVEL
This commit is contained in:
@@ -341,7 +341,6 @@ extern Context_Control_fp _CPU_Null_fp_context;
|
||||
* bits out of a thread mode.
|
||||
*/
|
||||
|
||||
#define CPU_MODES_INTERRUPT_LEVEL 0x00000001 /* interrupt level in mode */
|
||||
#define CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */
|
||||
|
||||
/*
|
||||
|
||||
@@ -298,7 +298,6 @@ extern void* _VBR;
|
||||
* bits out of a thread mode.
|
||||
*/
|
||||
|
||||
#define CPU_MODES_INTERRUPT_LEVEL 0x00000007 /* interrupt level in mode */
|
||||
#define CPU_MODES_INTERRUPT_MASK 0x00000007 /* interrupt level in mode */
|
||||
|
||||
/*
|
||||
|
||||
@@ -596,7 +596,6 @@ typedef struct {
|
||||
* bits out of a thread mode.
|
||||
*/
|
||||
|
||||
#define CPU_MODES_INTERRUPT_LEVEL 0x00000001 /* interrupt level in mode */
|
||||
#define CPU_MODES_INTERRUPT_MASK 0x00000001 /* interrupt level in mode */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user