projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
724df61
)
variable name fix to Documentation/rt-mutex-design.txt
author
Jim Cromie
<jim.cromie@gmail.com>
Thu, 3 Jun 2010 14:40:55 +0000
(08:40 -0600)
committer
Jiri Kosina
<jkosina@suse.cz>
Sat, 5 Jun 2010 15:39:09 +0000
(17:39 +0200)
Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Documentation/rt-mutex-design.txt
patch
|
blob
|
history
diff --git
a/Documentation/rt-mutex-design.txt
b/Documentation/rt-mutex-design.txt
index 8df0b782c4d7f7ed8c3c617869db844b5f8321d8..33ed8007a8458893572046e3d5acf2248ca39e8e 100644
(file)
--- a/
Documentation/rt-mutex-design.txt
+++ b/
Documentation/rt-mutex-design.txt
@@
-364,7
+364,7
@@
process this is rather easy to know what needs to be adjusted.
The functions implementing the task adjustments are rt_mutex_adjust_prio,
__rt_mutex_adjust_prio (same as the former, but expects the task pi_lock
-to already be taken), rt_mutex_get
_
prio, and rt_mutex_setprio.
+to already be taken), rt_mutex_getprio, and rt_mutex_setprio.
rt_mutex_getprio and rt_mutex_setprio are only used in __rt_mutex_adjust_prio.