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
+7 -1
View File
@@ -1,4 +1,5 @@
NuttX TODO List (Last updated February 18, 2016)
NuttX TODO List (Last updated February 18, 2016)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This file summarizes known NuttX bugs, limitations, inconsistencies with
@@ -1621,7 +1622,12 @@ o Linux/Cywgin simulation (arch/sim)
not an issue with the NuttX SMP logic but more likely some chaos
in the pthread controls. I have seen similar such strange behavior
other times that I have tried to use setjmp/longmp from a signal
handler!
handler! Like when I tried to implement simulated interrupts
using signals.
Apparently, if longjmp is invoked from the context of a signal
handler, the result is undefined:
http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1318.htm
You can enable SMP for ostest configuration by enabling: