aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorAndrew Turner <andrew@FreeBSD.org>2018-03-09 10:34:44 +0000
committerAndrew Turner <andrew@FreeBSD.org>2018-03-09 10:34:44 +0000
commite150585e9ef6802901efb95b6fab010fedf88585 (patch)
tree663edfecfb276af299381798788a2f3ab6c2c48e /sys/arm64
parenta3fedceefa6ee0592dd80dbf2909a9574be7bf68 (diff)
downloadsrc-e150585e9ef6802901efb95b6fab010fedf88585.tar.gz
src-e150585e9ef6802901efb95b6fab010fedf88585.zip
Notes
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/arm64/gicv3_its.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm64/arm64/gicv3_its.c b/sys/arm64/arm64/gicv3_its.c
index 2a06495d8725..3d0cf71bd287 100644
--- a/sys/arm64/arm64/gicv3_its.c
+++ b/sys/arm64/arm64/gicv3_its.c
@@ -567,7 +567,7 @@ gicv3_its_pendtables_init(struct gicv3_its_softc *sc)
0, LPI_PENDTAB_MAX_ADDR, LPI_PENDTAB_ALIGN, 0);
/* Flush so the ITS can see the memory */
- cpu_dcache_wb_range((vm_offset_t)sc->sc_pend_base,
+ cpu_dcache_wb_range((vm_offset_t)sc->sc_pend_base[i],
LPI_PENDTAB_SIZE);
}
}