]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't mark the initial portal registers as fully mapped.
authorJustin Hibbits <jhibbits@FreeBSD.org>
Wed, 11 May 2016 00:41:40 +0000 (00:41 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Wed, 11 May 2016 00:41:40 +0000 (00:41 +0000)
commitb03f6e30ccf060a1c621406a3efe64bdaa471aa6
tree6f26bea9800c710c22f7c9703bdd4173220435c2
parente2a1919df0110f0b783b87f3a85fa1ec7a116b1d
Don't mark the initial portal registers as fully mapped.

BMan and QMan will do this at attach time.  Even though the registers are mapped
now, dpaa_portal_map_registers() will be called at BMan and QMan attach time,
updating the mappings to be private, and in the case of cache-enabled registers,
marked as coherent memory mappings.
sys/dev/dpaa/portals_common.c