linguini1 commented on PR #18861:
URL: https://github.com/apache/nuttx/pull/18861#issuecomment-4501707749

   After further experimenting, it appears that the spin table has to be dealt 
with early in the boot process or the CPUs do not start properly.
   
   I've put the logic in a `cpustart.c` file for coherency with other 
implementations, and I've modified the logic to use `__start` defined by 
`arm64_internal.h` as the jump point, just like the arm64 implementation of 
`up_cpustart`. This is the best solution I can come up with at the moment.


-- 
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]

Reply via email to