Page MenuHomeFreeBSD

powerpc/pseries: EOI interrupts in XICS by setting lowest priority
ClosedPublic

Authored by jhibbits on Sep 30 2018, 2:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Nov 15, 10:23 PM
Unknown Object (File)
Oct 18 2024, 9:56 PM
Unknown Object (File)
Sep 30 2024, 11:47 AM
Unknown Object (File)
Sep 24 2024, 5:33 PM
Unknown Object (File)
Sep 23 2024, 3:02 PM
Unknown Object (File)
Sep 23 2024, 12:49 AM
Unknown Object (File)
Sep 19 2024, 1:49 AM
Unknown Object (File)
Sep 10 2024, 9:55 AM
Subscribers

Details

Summary

Discussing with Benjamin Herrenschmidt, OPAL_INT_GET_XIRR masks the
returned priority, so must be resumed before more interrupts can be
handled at this priority. Since there are only two priorities used in
FreeBSD, we know that the previous priority in an EOI will always be
0xff (lowest priority).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable