Re: [PATCH v7 10/36] x86/mm: Provide general kernel support for memory encryption

From: Thomas Gleixner
Date: Wed Jun 21 2017 - 03:19:32 EST


On Fri, 16 Jun 2017, Tom Lendacky wrote:
>
> +#ifndef pgprot_encrypted
> +#define pgprot_encrypted(prot) (prot)
> +#endif
> +
> +#ifndef pgprot_decrypted

That looks wrong. It's not decrypted it's rather unencrypted, right?

Thanks,

tglx