mirror of
https://github.com/apache/nuttx.git
synced 2026-08-29 21:30:44 +00:00
sched: Remove FS_PROCFS dependency for SCHED_CRITMONITOR
Allow SCHED_CRITMONITOR to be enabled without requiring FS_PROCFS, so it can be used in scenarios like calculating CPU load via SCHED_CPULOAD_CRITMONITOR where procfs is not available. Signed-off-by: chao an <anchao.archer@bytedance.com>
This commit is contained in:
parent
3b11545356
commit
c2eb22d29e
1 changed files with 0 additions and 1 deletions
|
|
@ -910,7 +910,6 @@ config SCHED_IRQMONITOR
|
|||
config SCHED_CRITMONITOR
|
||||
bool "Enable Critical Section monitoring"
|
||||
default n
|
||||
depends on FS_PROCFS
|
||||
select IRQCOUNT
|
||||
---help---
|
||||
Enables logic that monitors the duration of time that a thread keeps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue