]> git.ipfire.org Git - people/arne_f/kernel.git/blobdiff - arch/x86/mm/mem_encrypt.c
x86/mm: Make the SME mask a u64
[people/arne_f/kernel.git] / arch / x86 / mm / mem_encrypt.c
index 0fbd092697570c6e38d074fd01b3b99110dfb473..3fcc8e01683bef96b219d65dbdd0315db1f60605 100644 (file)
@@ -37,7 +37,7 @@ static char sme_cmdline_off[] __initdata = "off";
  * reside in the .data section so as not to be zeroed out when the .bss
  * section is later cleared.
  */
-unsigned long sme_me_mask __section(.data) = 0;
+u64 sme_me_mask __section(.data) = 0;
 EXPORT_SYMBOL_GPL(sme_me_mask);
 
 /* Buffer used for early in-place encryption by BSP, no locking needed */