jlaitine commented on PR #16673: URL: https://github.com/apache/nuttx/pull/16673#issuecomment-3117362047
Right, looks like I had broken the affinity setting; originally the priority setting caused task switch with equal priority, and I had changed this to change only on different priority. I changed the code a bit to deliver information about whether to switch task on equal or greater priority also over smp call, so it is also easier to see from the code what happens (and now the priority setting switches on equal priority as before, so there is no need to change the affinity setting code). -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org