HomeFreeBSD

xen/intr: move interrupt allocation/release to architecture

Description

xen/intr: move interrupt allocation/release to architecture

Simply moving the interrupt allocation and release functions into files
which belong to the architecture. Since x86 interrupt handling is quite
distinct from other architectures, this is a crucial necessary step.

Identifying the border between x86 and architecture-independent is
actually quite tricky. Similarly, getting the prototypes for the
border right is also quite tricky.

Inspired by the work of Julien Grall <julien@xen.org>,
2015-10-20 09:14:56, but heavily adjusted.

Reviewed by: royger
Differential Revision: https://reviews.freebsd.org/D30936

Details

Provenance
ehem_freebsd_m5p.comAuthored on May 14 2021, 4:36 AM
roygerCommitted on Apr 14 2023, 1:58 PM
Reviewer
royger
Differential Revision
D30936: xen/intr: move interrupt allocation/release to architecture
Parents
rG2d795ab1eaa7: xen/intr: move x86 PIC interface to xen_arch_intr.c, introduce wrappers
Branches
Unknown
Tags
Unknown