aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dpaa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/dpaa')
-rw-r--r--sys/dev/dpaa/portals_common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dpaa/portals_common.c b/sys/dev/dpaa/portals_common.c
index 61a0349482509..7c7408d2e24db 100644
--- a/sys/dev/dpaa/portals_common.c
+++ b/sys/dev/dpaa/portals_common.c
@@ -91,7 +91,6 @@ dpaa_portal_alloc_res(device_t dev, struct dpaa_portals_devinfo *di, int cpu)
sc->sc_rrid[0], sc->sc_rres[0]);
return (ENXIO);
}
- sc->sc_dp[PCPU_GET(cpuid)].dp_regs_mapped = 1;
}
/* Acquire portal's CE_PA and CI_PA */
rle = resource_list_find(res, SYS_RES_MEMORY, 0);