Re: git: a6c0d801ca59 - main - libpthread: allocate rwlocks and spinlocks in dedicated cachelines

From: Konstantin Belousov <kostikbel_at_gmail.com>
Date: Tue, 27 Jun 2023 12:21:22 UTC
On Tue, Jun 27, 2023 at 11:56:55AM +0000, Mateusz Guzik wrote:
> The branch main has been updated by mjg:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=a6c0d801ca5934bb9b9cca6870ea7406d5db0641
> 
> commit a6c0d801ca5934bb9b9cca6870ea7406d5db0641
> Author:     Greg Becker <becker.greg@att.net>
> AuthorDate: 2023-06-27 01:08:29 +0000
> Commit:     Mateusz Guzik <mjg@FreeBSD.org>
> CommitDate: 2023-06-27 11:56:44 +0000
> 
>     libpthread: allocate rwlocks and spinlocks in dedicated cachelines
Why e.g. mutexes were not handled in the similar way?