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.