Re: [PATCH] revert "x86/mm: re-implement get_page_light() using an atomic increment"

2024-04-29 Thread Roger Pau Monné
On Mon, Apr 29, 2024 at 03:01:00PM +0200, Jan Beulich wrote: > revert "x86/mm: re-implement get_page_light() using an atomic increment" > > This reverts commit c40bc0576dcc5acd4d7e22ef628eb4642f568533. > > That change aimed at eliminating an open-coded lock-like construct, > which really isn't

Re: [PATCH] revert "x86/mm: re-implement get_page_light() using an atomic increment"

2024-04-29 Thread Andrew Cooper
On 29/04/2024 2:01 pm, Jan Beulich wrote: > revert "x86/mm: re-implement get_page_light() using an atomic increment" > > This reverts commit c40bc0576dcc5acd4d7e22ef628eb4642f568533. > > That change aimed at eliminating an open-coded lock-like construct, > which really isn't all that similar to,