summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/score/priority.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/score/priority.h')
-rw-r--r--cpukit/include/rtems/score/priority.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/include/rtems/score/priority.h b/cpukit/include/rtems/score/priority.h
index 568e3c4e3e..6f6cc12bac 100644
--- a/cpukit/include/rtems/score/priority.h
+++ b/cpukit/include/rtems/score/priority.h
@@ -96,13 +96,6 @@ typedef uint64_t Priority_Control;
#define PRIORITY_MINIMUM 0
/**
- * @brief The priority value of pseudo-ISR threads.
- *
- * Examples are the MPCI and timer server threads.
- */
-#define PRIORITY_PSEUDO_ISR PRIORITY_MINIMUM
-
-/**
* @brief The default lowest (least important) thread priority value.
*
* This value is CPU port dependent.