Sam Price created a merge request:
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/845
Project:Branches: TheSamPrice/rtems:feature/microblaze-irq-handler to
rtems/rtos/rtems:main
Author: Sam Price
## Summary
This could use some very careful review.
We have been running with the following
```
/* Subtract stack frame */
addik r1, r1, -(CPU_INTERRUPT_FRAME_SIZE)
swi r5, r1, 8
/* Indicate unknown interrupt source */
/* GSFC: Switch addi -> addik to not corrupt msr. */
addik r5, r0, 0xFF
braid _ISR_Handler
```
Going to follow up with some more comments on this one.
<!-- Default settings, if it is a dropdown it will set after submission -->
--
View it on GitLab:
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/845
You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs