arm64: mv_cp110_icu: Fix build

This commit is contained in:
Emmanuel Vadot 2018-12-12 22:24:30 +00:00
parent e5ff483e7a
commit 31cdaf420f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=342019

View File

@ -196,7 +196,7 @@ mv_cp110_icu_map_intr(device_t dev, struct intr_map_data *data,
if ((reg & ICU_INT_ENABLE) == 0) {
reg |= ICU_INT_ENABLE;
WR4(sc, ICU_INT_CFG(daf->cells[1], reg));
WR4(sc, ICU_INT_CFG(daf->cells[1]), reg);
}
daf->cells[1] = reg & ICU_INT_MASK;