profcs task status will now show CPU is SMP is enabled

This commit is contained in:
Gregory Nutt
2016-02-19 15:34:36 -06:00
parent 3994b094c5
commit 050b3ee06a
4 changed files with 37 additions and 1 deletions
+3
View File
@@ -11496,3 +11496,6 @@
actions from the TCB to the group structure. Signal handlers are not
per thread but, rather, per task group. I know, I preferred it the
other way too, but this is more compliant with POSIX (2016-02-18).
* fs/ procfs/fs_procfsproc.c: Add support for showing CPU if SMP is
is enabled (2016-02-19).