Skip to content

Commit 3d6e5df

Browse files
ajyoung-oracleSomasundaram Krishnasamy
authored andcommitted
x86: cpu: bugs.c: Fix compile error when CONFIG_XEN=n
Fix compile error in bugs.c when CONFIG_XEN=n. Orabug: 30516915 Signed-off-by: Aaron Young <[email protected]> Reviewed-by: Boris Ostrovsky <[email protected]> Signed-off-by: Somasundaram Krishnasamy <[email protected]>
1 parent 6cec3a8 commit 3d6e5df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/kernel/cpu/bugs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <linux/prctl.h>
1717
#include <linux/jump_label.h>
1818
#include <linux/sched/smt.h>
19+
#include <xen/xen.h>
1920

2021
#include <asm/spec-ctrl.h>
2122
#include <asm/cmdline.h>

0 commit comments

Comments
 (0)