mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
arch: AArch64: move GIC implementations to a separate module
This commit moves the GIC-related code to a separate module. Therefore the implementation of GIC registers can be introduced to the new module. Signed-off-by: Henry Wang <Henry.Wang@arm.com>
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
pub mod fdt;
|
||||
/// Module for the global interrupt controller configuration.
|
||||
pub mod gic;
|
||||
mod gicv2;
|
||||
mod gicv3;
|
||||
mod gicv3_its;
|
||||
/// Layout for this aarch64 system.
|
||||
pub mod layout;
|
||||
/// Logic for configuring aarch64 registers.
|
||||
|
||||
Reference in New Issue
Block a user