x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT
[linux-block.git] / arch / x86 / boot / compressed / misc.h
index 4d369c308ed77e64d82a63eea8329ec6018bc3b7..9e11be4cae19baae1023f40246ee1a6ee2a4cb3c 100644 (file)
@@ -114,6 +114,6 @@ static inline void console_init(void)
 { }
 #endif
 
-unsigned long get_sev_encryption_mask(void);
+void set_sev_encryption_mask(void);
 
 #endif