aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/arm64/gic_v3_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64/arm64/gic_v3_var.h')
-rw-r--r--sys/arm64/arm64/gic_v3_var.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm64/arm64/gic_v3_var.h b/sys/arm64/arm64/gic_v3_var.h
index f855e425d66d..1645c417fd8d 100644
--- a/sys/arm64/arm64/gic_v3_var.h
+++ b/sys/arm64/arm64/gic_v3_var.h
@@ -68,6 +68,11 @@ struct gic_v3_softc {
/* Re-Distributors */
struct gic_redists gic_redists;
+ /* Message Based Interrupts */
+ u_int gic_mbi_start;
+ u_int gic_mbi_end;
+ struct mtx gic_mbi_mtx;
+
uint32_t gic_pidr2;
u_int gic_bus;