The counters/names are now used strictly for IPI/PPI interrupts. Rather
more of the source was shared between IPI and normal interrupts, so
relatively little disappears.
Details
Details
- Reviewers
jhibbits
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 49639 Build 46529: arc lint + arc unit
Event Timeline
Comment Actions
I like the idea of doing less work in interrupt handlers. Especially when it could potentially share a cache line.