Unfortunately there isn't any architecture-independent interrupt counter
access or initialization. Due to this, add yet another hook to all the
architecture to setup the counter.
Details
Details
- Reviewers
royger mhorne julien_xen.org
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 40156 Build 37045: arc lint + arc unit
Event Timeline
Comment Actions
I'm really unsure about this. There needs to be a solution to the issue of intrcnt_add() being x86-only, but I don't know whether the implementation in D31064 is appropriate (works as a stop-gap, but...).
Comment Actions
I expect to abandon as a better solution has shown up, I'm simply waiting for confirmation before doing so.
Comment Actions
Abandoning as a better approach was identified and has now passed the first testing round.