diff --git a/fs/procfs/fs_procfsproc.c b/fs/procfs/fs_procfsproc.c index a75b520b94..78f9380754 100644 --- a/fs/procfs/fs_procfsproc.c +++ b/fs/procfs/fs_procfsproc.c @@ -366,6 +366,9 @@ static FAR const char * const g_statenames[] = , "Waiting,MQ empty" , "Waiting,MQ full" #endif +#ifdef CONFIG_PAGING + , "Waiting,Paging fill" +#endif #ifdef CONFIG_SIG_SIGSTOP_ACTION , "Stopped" #endif