Alexandre Bounine wrote:
- Rearranged RIO port-write interrupt handling to perform message buffering
as soon as possible.

I don't understand this comment: you still schedule work to read the port-write queue; so how is this message buffering performed as soon as possible?

- Modified to disable port-write controller when clearing Transaction Error (TE)
bit.
        /* Schedule deferred processing if PW was received */
-       if (ipwsr & RIO_IPWSR_QFI) {
+       if ((ipwmr & RIO_IPWMR_QFIE) && (ipwsr & RIO_IPWSR_QFI)) {

Why check the QFIE bit also?

+pw_done:
+       if (epwisr & 0x80000000) {

Magic value.

Micha
_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to