Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

x86/sev: Include fpu/xcr.h

Include the header which only provides the XCR accessors. That's all what
is needed here.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20211015011539.896573039@linutronix.de

authored by

Thomas Gleixner and committed by
Borislav Petkov
ff0c37e1 0ae67cc3

+1 -1
+1 -1
arch/x86/kernel/sev.c
··· 23 23 #include <asm/stacktrace.h> 24 24 #include <asm/sev.h> 25 25 #include <asm/insn-eval.h> 26 - #include <asm/fpu/internal.h> 26 + #include <asm/fpu/xcr.h> 27 27 #include <asm/processor.h> 28 28 #include <asm/realmode.h> 29 29 #include <asm/traps.h>