masayuki2009 commented on PR #13487:
URL: https://github.com/apache/nuttx/pull/13487#issuecomment-2354212523
@hujun260
> fix smp boot not enter idle
As long as I tested with the ** latest ** upstream (qemu-armv8a:nsh_smp),
up_idle() is called on both CPU0 and CPU1.
```
(gdb) info threads
Id Target Id Frame
1 Thread 1.1 (CPU#0 [halted ]) 0x0000000040293ba4 in up_idle () at
common/arm64_idle.c:63
2 Thread 1.2 (CPU#1 [halted ]) 0x0000000040293ba4 in up_idle () at
common/arm64_idle.c:63
```
Please tell us how you found the issue.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]