]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
x86/sev: Move the internal header
authorBorislav Petkov (AMD) <bp@alien8.de>
Thu, 4 Dec 2025 12:48:06 +0000 (13:48 +0100)
committerBorislav Petkov (AMD) <bp@alien8.de>
Wed, 31 Dec 2025 12:05:40 +0000 (13:05 +0100)
commitc1e8980fabf5d0106992a430284fac28bba053a6
tree64a0d48a226deb7ce717c29fa73595e00b5770b3
parentf8f9c1f4d0c7a64600e2ca312dec824a0bc2f1da
x86/sev: Move the internal header

Move the internal header out of the usual include/asm/ include path
because having an "internal" header there doesn't really make it
internal - quite the opposite - that's the normal arch include path.

So move where it belongs and make it really internal.

No functional changes.

Reviewed-by: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Link: https://lore.kernel.org/r/20251204145716.GDaTGhTEHNOtSdTkEe@fat_crate.local
arch/x86/boot/startup/sev-startup.c
arch/x86/coco/sev/core.c
arch/x86/coco/sev/internal.h [moved from arch/x86/include/asm/sev-internal.h with 100% similarity]
arch/x86/coco/sev/noinstr.c
arch/x86/coco/sev/vc-handle.c