Properly pad struct tx_cpu to cache line
commiteaa62d995100a53bc3e88ad84ce4f57474fa4dd0
authorAlexander Motin <mav@FreeBSD.org>
Fri, 20 Oct 2023 18:54:05 +0000 (20 14:54 -0400)
committerTony Hutter <hutter2@llnl.gov>
Tue, 7 Nov 2023 00:46:44 +0000 (6 16:46 -0800)
tree2dd8bb445972615a355782902f97cb13848a2a35
parent8ca95d78c54fc3a8697c3dc8c9a8184e4b9cb95c
Properly pad struct tx_cpu to cache line

We already use ____cacheline_aligned in many places, so add one more
instead of seems arbitrary char tc_pad[8].

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Alexander Motin <mav@FreeBSD.org>
Sponsored by: iXsystems, Inc.
Closes #15402
include/sys/txg_impl.h