Page MenuHomeFreeBSD

xen/intr: add architecture interrupt counter initializer
AbandonedPublic

Authored by ehem_freebsd_m5p.com on Jun 29 2021, 6:32 AM.
Tags
None
Referenced Files
F82031836: D30937.diff
Wed, Apr 24, 7:16 PM
Unknown Object (File)
Sat, Apr 20, 6:59 AM
Unknown Object (File)
Sat, Apr 20, 4:05 AM
Unknown Object (File)
Sat, Apr 20, 3:51 AM
Unknown Object (File)
Fri, Apr 19, 12:00 PM
Unknown Object (File)
Fri, Mar 29, 2:22 PM
Unknown Object (File)
Mar 8 2024, 9:40 PM
Unknown Object (File)
Mar 2 2024, 2:12 PM
Subscribers

Details

Summary

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.

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

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...).

I expect to abandon as a better solution has shown up, I'm simply waiting for confirmation before doing so.

Abandoning as a better approach was identified and has now passed the first testing round.