Clean out the now-unused counters/interrupt names for normal interrupts.
The table is now strictly used for IPI interrupts, so all of this support
can go.
Details
Details
- Reviewers
mw
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 49638 Build 46528: arc lint + arc unit
Event Timeline
Comment Actions
This appears to partially fix the intr_isrc_dispatch() call in sys/arm/mv/gpio.c, since it removes the increment of the counters which have never been initialized.