On 7/15/19 2:25 PM, John Baldwin wrote:
> Author: jhb
> Date: Mon Jul 15 21:25:16 2019
> New Revision: 350013
> URL: https://svnweb.freebsd.org/changeset/base/350013
> 
> Log:
>   Don't pass error from syscallenter() to syscallret().
>   
>   syscallret() doesn't use error anymore.  Fix a few other places to permit
>   removing the return value from syscallenter() entirely.
>   - Remove a duplicated assertion from arm's syscall().
>   - Use td_errno for amd64_syscall_ret_flush_l1d.
>   
>   Reviewed by:        kib
>   MFC after:  1 month
>   Sponsored by:       DARPA
>   Differential Revision:      https://reviews.freebsd.org/D2090

Bah, copy and paste fail.  This should be D20905.

-- 
John Baldwin
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to