mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Fix procfs status for SMP case.
This commit is contained in:
@@ -316,6 +316,9 @@ static FAR const char *g_statenames[] =
|
||||
"Invalid",
|
||||
"Waiting,Unlock",
|
||||
"Ready",
|
||||
#ifdef CONFIG_SMP
|
||||
"Assigned",
|
||||
#endif
|
||||
"Running",
|
||||
"Inactive",
|
||||
"Waiting,Semaphore",
|
||||
|
||||
Reference in New Issue
Block a user