summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-26 11:35:14 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-26 11:36:03 +0200
commit8cb1607bd2c4e30d350446784f5a51fd147fe80c (patch)
tree7a98fc300a18292d4ee9ef96f4ed5400391694bb
parentspec: Specify SMP interrupt dispatch detail (diff)
downloadrtems-central-8cb1607bd2c4e30d350446784f5a51fd147fe80c.tar.bz2
spec: Clarify priority boosting
Change copyright according to RTEMS "doc/user/glossary.texi" history.
-rw-r--r--spec-glossary/glossary/priorityboosting.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/spec-glossary/glossary/priorityboosting.yml b/spec-glossary/glossary/priorityboosting.yml
index bb1e5295..63c0c490 100644
--- a/spec-glossary/glossary/priorityboosting.yml
+++ b/spec-glossary/glossary/priorityboosting.yml
@@ -1,6 +1,6 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
-- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
+- Copyright (C) 2015 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
glossary-type: term
links:
@@ -11,5 +11,6 @@ text: |
A simple approach to extend the priority inheritance protocol for
clustered scheduling is priority boosting. In case a mutex is owned by a
task of another cluster, then the priority of the owner task is raised to
- an artificially high priority, the pseudo-interrupt priority.
+ an artificially high priority. This approach is not used in RTEMS, see also
+ ${omip:/term}.
type: glossary