Date: Mon, 23 May 2016 18:24:15 +0200 From: Hans Petter Selasky <hps@selasky.org> To: Ngie Cooper <yaneurabeya@gmail.com> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r300491 - head/sys/compat/linuxkpi/common/include/asm Message-ID: <9d6fc2d2-e748-4b94-b77d-4cd56e7bd9bf@selasky.org> In-Reply-To: <0B789C60-3EF9-4553-BD19-3245B451FB0A@gmail.com> References: <201605231144.u4NBikhD004954@repo.freebsd.org> <0B789C60-3EF9-4553-BD19-3245B451FB0A@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 05/23/16 17:27, Ngie Cooper wrote: > >> On May 23, 2016, at 04:44, Hans Petter Selasky <hselasky@FreeBSD.org> wrote: >> >> Author: hselasky >> Date: Mon May 23 11:44:46 2016 >> New Revision: 300491 >> URL: https://svnweb.freebsd.org/changeset/base/300491 >> >> Modified: head/sys/compat/linuxkpi/common/include/asm/atomic-long.h >> ============================================================================== >> --- head/sys/compat/linuxkpi/common/include/asm/atomic-long.h Mon May 23 11:41:35 2016 (r300490) >> +++ head/sys/compat/linuxkpi/common/include/asm/atomic-long.h Mon May 23 11:44:46 2016 (r300491) >> @@ -41,6 +41,7 @@ typedef struct { >> >> #define atomic_long_add(i, v) atomic_long_add_return((i), (v)) >> #define atomic_long_inc_return(v) atomic_long_add_return(1, (v)) >> +#define atomic_long_inc_not_zero(v) atomic_long_inc_not_zero(v) > > The same function name is used twice..? This seems a bit odd... > Yes, it is odd. Fixed by r300517. Thank you! --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9d6fc2d2-e748-4b94-b77d-4cd56e7bd9bf>