aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-02-28 14:08:55 +0000
committerWarner Losh <imp@FreeBSD.org>2024-02-28 14:09:42 +0000
commitb4368e83891ed9eba72c0ceccf25f7642f2bad40 (patch)
tree0735aee7746d5b21b2328af40d05dc3bc7469809 /sys
parentae84491a3594c542f2aedc9340581cbb30386c1e (diff)
downloadsrc-b4368e83891ed9eba72c0ceccf25f7642f2bad40.tar.gz
src-b4368e83891ed9eba72c0ceccf25f7642f2bad40.zip
Diffstat (limited to 'sys')
-rw-r--r--sys/arm64/arm64/gicv3_its.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c
index 74d6f617bbba..fa172c871150 100644
--- a/sys/arm64/arm64/gicv3_its.c
+++ b/sys/arm64/arm64/gicv3_its.c
@@ -828,6 +828,11 @@ its_init_cpu_lpi(device_t dev, struct gicv3_its_softc *sc)
/* Make sure the GIC has seen everything */
dsb(sy);
}
+
+ if (bootverbose)
+ device_printf(gicv3, "using %sPENDBASE of %#lx on cpu %d\n",
+ (sc->sc_its_flags & ITS_FLAGS_LPI_PREALLOC) ? "pre-existing " : "",
+ vtophys(sc->sc_pend_base[cpuid]), cpuid);
}
static int