Re: [PATCH v9 10/42] x86/mm: Introduce _PAGE_SAVED_DIRTY

From: Edgecombe, Rick P
Date: Tue Jun 13 2023 - 12:02:44 EST


On Mon, 2023-06-12 at 17:10 -0700, Rick Edgecombe wrote:
> +#ifdef CONFIG_X86_64
> +#define _PAGE_SAVED_DIRTY      (_AT(pteval_t, 1) <<
> _PAGE_BIT_SAVED_DIRTY)
> +#else
> +#define _PAGE_SAVED_DIRTY      (_AT(pteval_t, 0))
> +#endif

Argh, the !CONFIG_X86_64 case here needs to be dropped now.