Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2019 14:28:12 -0700
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r350013 - in head/sys: amd64/amd64 amd64/ia32 arm/arm arm64/arm64 i386/i386 kern mips/mips powerpc/powerpc riscv/riscv sparc64/sparc64
Message-ID:  <38630be0-4b20-ebc4-dd16-e454e05264ca@FreeBSD.org>
In-Reply-To: <201907152125.x6FLPHs6056491@repo.freebsd.org>
References:  <201907152125.x6FLPHs6056491@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38630be0-4b20-ebc4-dd16-e454e05264ca>