svn commit: r336023 - in head/sys: kern netinet

John Baldwin jhb at FreeBSD.org
Fri Jul 6 16:24:25 UTC 2018


On 7/6/18 3:03 AM, Brooks Davis wrote:
> Author: brooks
> Date: Fri Jul  6 10:03:33 2018
> New Revision: 336023
> URL: https://svnweb.freebsd.org/changeset/base/336023
> 
> Log:
>   Correct breakage on 32-bit platforms from r335979.

Do we still need the kvaddr_t casts after the uintptr_t cast?  Are those
only required for CHERI (and perhaps if we change the default of how
uintptr_t gets converted to an int to default to the vaddr we may find
we won't need them at all even on CHERI)?

-- 
John Baldwin


More information about the svn-src-head mailing list