summaryrefslogtreecommitdiff
path: root/arch/x86/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-05-14 19:18:52 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2024-05-14 19:18:52 +0300
commit964bbdfdf01d9b365809726313da967cb1dafb96 (patch)
treedcc36fd16a4d7de85076162fed2003dc7c8f30e5 /arch/x86/include
parenta1907ccdfe4a35265f6572e4b8c2da6d1f0a663e (diff)
parente2f4c8c319abd1afbedb7a31877cb569265db1b4 (diff)
downloadlinux-964bbdfdf01d9b365809726313da967cb1dafb96.tar.xz
Merge tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 SEV updates from Borislav Petkov: - Small cleanups and improvements * tag 'x86_sev_for_v6.10_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/sev: Make the VMPL0 checking more straight forward x86/sev: Rename snp_init() in boot/compressed/sev.c x86/sev: Shorten struct name snp_secrets_page_layout to snp_secrets_page
Diffstat (limited to 'arch/x86/include')
-rw-r--r--arch/x86/include/asm/sev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/sev.h b/arch/x86/include/asm/sev.h
index 93ed60080cfe..ca20cc4e5826 100644
--- a/arch/x86/include/asm/sev.h
+++ b/arch/x86/include/asm/sev.h
@@ -140,7 +140,7 @@ struct secrets_os_area {
#define VMPCK_KEY_LEN 32
/* See the SNP spec version 0.9 for secrets page format */
-struct snp_secrets_page_layout {
+struct snp_secrets_page {
u32 version;
u32 imien : 1,
rsvd1 : 31;