b68fc9eb1d
Summary: - I noticed that sim:smp does not work correctly on macOS due to the recent changes - Actually, it can not receive the IPI host signal, so if a new task is scheduled on CPU1/2/3, it hangs. - Finally, I found the issue depends on pthread stack settings and perhaps it might affect the host signal handling. - This commit fixes this issue by just reverting the pthread stack setting only for macOS. Impact: - sim:smp on macOS - Stack usage for CPU1/2/3 IDLE will be incorrect Testing: - Tested with ostest on macOS 11.4 (x86_64) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
---|---|---|
.. | ||
include | ||
src | ||
Kconfig |