xen_intr_alloc_and_bind_ipi() is strictly used on x86, other
architectures do not need the function. The functionality is tied to
the core of the Xen interrupt handling and thus needs to remain in
sys/xen/xen_intr.c.
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 39660 Build 36549: arc lint + arc unit
Event Timeline
Comment Actions
Appears xen_intr_alloc_and_bind_ipi() was originally pulled to make getting things working easier. Appears it does in fact build on other architectures, but it isn't needed elsewhere. One can argue for or against pulling it on other architectures.