projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ae67cc
)
x86/sev: Include fpu/xcr.h
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 15 Oct 2021 01:16:36 +0000
(
03:16
+0200)
committer
Borislav Petkov
<bp@suse.de>
Wed, 20 Oct 2021 13:27:29 +0000
(15:27 +0200)
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
arch/x86/kernel/sev.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/sev.c
b/arch/x86/kernel/sev.c
index a6895e440bc35241c3e279b28ccb5685415e954d..50c773c3384c943580f11952174cc1e9b950877e 100644
(file)
--- a/
arch/x86/kernel/sev.c
+++ b/
arch/x86/kernel/sev.c
@@
-23,7
+23,7
@@
#include <asm/stacktrace.h>
#include <asm/sev.h>
#include <asm/insn-eval.h>
-#include <asm/fpu/
internal
.h>
+#include <asm/fpu/
xcr
.h>
#include <asm/processor.h>
#include <asm/realmode.h>
#include <asm/traps.h>