]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Switch from a stub to a real implementation of pmap_page_set_attr() for mips,
authorIan Lepore <ian@FreeBSD.org>
Wed, 21 Oct 2015 14:57:59 +0000 (14:57 +0000)
committerIan Lepore <ian@FreeBSD.org>
Wed, 21 Oct 2015 14:57:59 +0000 (14:57 +0000)
commitf4110e9110ec8845b2c76bdeb096f80fe0fc1fc4
tree5b9f271a10cdb5326d5cdc95cccac06db7417603
parent7b19ce31bb6e2cbba3e66a7c5d0a76e31e53a0ea
Switch from a stub to a real implementation of pmap_page_set_attr() for mips,
and implement support for VM_MEMATTR_UNCACHEABLE.  This will be used in
upcoming changes to support BUS_DMA_COHERENT in bus_dmamem_alloc().

Reviewed by: adrian, imp
sys/mips/include/pmap.h
sys/mips/mips/pmap.c