pussuw opened a new pull request, #8283:
URL: https://github.com/apache/nuttx/pull/8283

   ## Summary
   This is preparation for moving address environments out of the group 
structure into the tcb.
   
   Why move ? Because the group is destroyed very early in the exit phase, but 
the MMU mappings are needed until the context switch to the next process is 
complete. Otherwise the MMU will lose its mappings and the system will crash.
   
   The story can be found here:
   https://github.com/apache/nuttx/pull/7966
   ## Impact
   Re-naming of a struct
   ## Testing
   iclcle:knsh and CI
   


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