Mercurial > flash_v2
diff packages/kernel/current/cdl/synch.cdl @ 132:0ae0bc38e387 ecos-sw-2000-10-31
Merge from eCos master repository on 2000-10-31-00:30:36-GMT
| author | jlarmour |
|---|---|
| date | Tue, 31 Oct 2000 20:53:09 +0000 |
| parents | 6ed91473a1cd |
| children | aa8364213009 |
line wrap: on
line diff
--- a/packages/kernel/current/cdl/synch.cdl +++ b/packages/kernel/current/cdl/synch.cdl @@ -47,6 +47,7 @@ cdl_component CYGSEM_KERNEL_SYNCH_MUTEX_ legal_values { "SIMPLE" } default_value { "SIMPLE" } active_if { CYGSEM_KERNEL_SCHED_MLQUEUE } + requires { CYGINT_KERNEL_SCHEDULER_UNIQUE_PRIORITIES == 0 } description " This component controls the protocols used to protect mutexes against priority inversion. If this option is enabled it defines which
