Date: Sun, 22 Nov 2020 09:55:28 +0200 From: Konstantin Belousov <kostikbel@gmail.com> To: Kyle Evans <kevans@freebsd.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r367928 - in head/sys: compat/freebsd32 kern sys Message-ID: <X7oZcKwB7FZ1j7fo@kib.kiev.ua> In-Reply-To: <202011220534.0AM5Yp4u071733@repo.freebsd.org> References: <202011220534.0AM5Yp4u071733@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Nov 22, 2020 at 05:34:51AM +0000, Kyle Evans wrote: > Author: kevans > Date: Sun Nov 22 05:34:51 2020 > New Revision: 367928 > URL: https://svnweb.freebsd.org/changeset/base/367928 > > Log: > _umtx_op: move compat32 definitions back in > > These are reasonably compact, and a future commit will blur the compat32 > lines by supporting 32-bit operations with the native _umtx_op. I do not mind much about placement of the compat32 syscall stubs, but I did suggested and liked move of the compat32 structures definitions into freebsd32.h. They are actually useful that way, at least allowing me to write some (private) tests in the past.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?X7oZcKwB7FZ1j7fo>