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

   ## Summary
   
   Fixed spi affinity fail issuue, set the correct aff in irouter register.
   
   ## Impact
   
   arm64 gicv3
   
   ## Testing
   
   fvp-armv8r:nsh_smp spi test case:
   ```
   irq_attach(i, irq_test_isr, NULL);
   up_enable_irq(i);
   up_affinity_irq(i, cpuset);
   up_trigger_irq(i, cpuset);
   
   ```


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