Date: Wed, 2 Jun 2021 12:24:49 GMT From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 71370d8c7fc3 - stable/13 - Properly define EPOCH(9) function macro. Message-ID: <202106021224.152COnVf019115@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by hselasky: URL: https://cgit.FreeBSD.org/src/commit/?id=71370d8c7fc306c4999f16fcbc12365159ab92a7 commit 71370d8c7fc306c4999f16fcbc12365159ab92a7 Author: Hans Petter Selasky <hselasky@FreeBSD.org> AuthorDate: 2021-05-21 08:22:13 +0000 Commit: Hans Petter Selasky <hselasky@FreeBSD.org> CommitDate: 2021-06-02 11:25:19 +0000 Properly define EPOCH(9) function macro. No functional change intended. Sponsored by: Mellanox Technologies // NVIDIA Networking (cherry picked from commit f33168351b3804664f5e82a409d9f956df2802f3) --- sys/kern/subr_epoch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/kern/subr_epoch.c b/sys/kern/subr_epoch.c index 31b79513fdc2..798dbdc4360e 100644 --- a/sys/kern/subr_epoch.c +++ b/sys/kern/subr_epoch.c @@ -871,7 +871,7 @@ epoch_assert_nocpu(epoch_t epoch, struct thread *td) } } #else -#define epoch_assert_nocpu(e, td) +#define epoch_assert_nocpu(e, td) do {} while (0) #endif int
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106021224.152COnVf019115>