svn commit: r309531 - head/sys/arm/include

John Baldwin jhb at freebsd.org
Tue Dec 6 22:33:30 UTC 2016


On Sunday, December 04, 2016 03:27:39 PM Michal Meloun wrote:
> Author: mmel
> Date: Sun Dec  4 15:27:39 2016
> New Revision: 309531
> URL: https://svnweb.freebsd.org/changeset/base/309531
> 
> Log:
>   Implement fake pmap_mapdev_attr() for ARMv6.
>   This function is referenced, but never called from DRM2 code. Also,
>   real behavior of pmap_mapdev_attr() in ARM world is unclear as we don't
>   have any additional attribute for a device memory type.
>   
>   MFC after: 2 weeks

One more question: why not define this in pmap.c instead of an inline
function in the header file?  (The inline bit seemed to have led to several
followups due to build breakage and the "fixes" require a fair bit of header
pollution.)

-- 
John Baldwin


More information about the svn-src-all mailing list