patacongo commented on pull request #2916:
URL: https://github.com/apache/incubator-nuttx/pull/2916#issuecomment-785334871


   One thing I was thinking about for SMP on the RP4020 is the caching.  I 
asked earlier about this and was told that there some kind of caching or 
pre-fetch was supported.  Then I wondered about how coherency is maintained.  
This is a really complex issue on Cortex-A.
   
   Is there a single pre-fetch cache?  Or separate caches for each CPU?  If 
they are shared then there is no issue.  If there are not, then how is 
coherency maintained if one CPU modifies data (or instructions) that is in the 
the cache of the other?


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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to