]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mips: Implement basic pmap_kenter_device, pmap_kremove_device
authorcem <cem@FreeBSD.org>
Thu, 16 May 2019 19:10:48 +0000 (19:10 +0000)
committercem <cem@FreeBSD.org>
Thu, 16 May 2019 19:10:48 +0000 (19:10 +0000)
commit0e16d8d86f3709f704d813195338c0c6fbccea51
treef35de6adc89e0c983e4438a25151b56ffbe8495c
parenta6704b092bf6750e8b0bf5d6695df2eeda1cac6d
mips: Implement basic pmap_kenter_device, pmap_kremove_device

Unbreak mips.BERI_DE4_SDROOT build, which uses device xdma. Device xdma
depends on the pmap_kenter_device APIs.

Reported by: tinderbox (local)
Sponsored by: Dell EMC Isilon
sys/mips/include/pmap.h
sys/mips/mips/pmap.c