Page MenuHomeFreeBSD

x86/apic: remove apic_ops
ClosedPublic

Authored by royger on Jan 17 2022, 3:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 8, 3:33 AM
Unknown Object (File)
Wed, Sep 4, 2:59 PM
Unknown Object (File)
Wed, Sep 4, 2:12 AM
Unknown Object (File)
Tue, Sep 3, 1:44 PM
Unknown Object (File)
Thu, Aug 22, 6:39 AM
Unknown Object (File)
Aug 1 2024, 11:29 AM
Unknown Object (File)
Jul 11 2024, 5:03 PM
Unknown Object (File)
Jun 27 2024, 7:31 AM
Subscribers

Details

Summary

All supported Xen instances by FreeBSD provide a local APIC
implementation, so there's no need to replace the native local APIC
implementation anymore.

Leave just the ipi_vectored hook in order to be able to override it
with an implementation based on event channels if the underlying local
APIC is not virtualized by hardware. Note the hook cannot use ifuncs,
because at the point where ifuncs are resolved the kernel doesn't yet
know whether it will benefit from using the optimization.

Sponsored by: Citrix Systems R&D

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43950
Build 40838: arc lint + arc unit