inochisa opened a new pull request, #12326: URL: https://github.com/apache/nuttx/pull/12326
The bc022f8cd8 introduces a static way to calculate idle stack address for risc-v platform. However, it uses the reverse order to access idle stack, which breaks boards with smp configuration. Correct the idle stack order of g_cpux_idlestack. This should fix #12265 (bc022f8cd8) and can close #12325 ## Testing `rv-virt:smp64`, `rv-virt:ksmp64` -- 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]
