arch: support customized up_cpu_index() in AMP mode#13940
Closed
fxysunshine wants to merge 1 commit into
Closed
Conversation
Some app with same code runs on different cores in AMP mode, need the physical core on which the function is called. Signed-off-by: fangxinyong <fangxinyong@xiaomi.com>
|
[Experimental Bot, please feedback here] No, this PR does not meet the NuttX requirements. Missing Information:
Recommendations:
A well-written PR that follows the guidelines is more likely to be reviewed and merged quickly. |
Contributor
|
@fxysunshine dup with #13886 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Some app with same code runs on different cores in AMP mode, need know the physical core on which the function is called.
To support customized up_cpu_index().
Impact
There is no impact for SMP up_cpu_index(), and AMP in default.
Testing
a customed armv7m board in vela