summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorIngo Molnar2017-02-05 12:07:04 +0100
committerIngo Molnar2017-03-02 08:42:39 +0100
commit3905f9ad455e0fd2ddb557566c5561b4a3027c07 (patch)
treeec785f857d201970b5bd72eb119ab35b6c73e8f0 /arch/x86/kvm/x86.c
parentsched/headers: Prepare to move cputime functionality from <linux/sched.h> int... (diff)
downloadkernel-qcow2-linux-3905f9ad455e0fd2ddb557566c5561b4a3027c07.tar.gz
kernel-qcow2-linux-3905f9ad455e0fd2ddb557566c5561b4a3027c07.tar.xz
kernel-qcow2-linux-3905f9ad455e0fd2ddb557566c5561b4a3027c07.zip
sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() from <linux/sched.h> to <linux/sched/stat.h>
But first update usage sites with the new header dependency. Acked-by: Linus Torvalds <torvalds@linux-foundation.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: linux-kernel@vger.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index b2a4b11274b0..1faf620a6fdc 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -54,6 +54,8 @@
#include <linux/pvclock_gtod.h>
#include <linux/kvm_irqfd.h>
#include <linux/irqbypass.h>
+#include <linux/sched/stat.h>
+
#include <trace/events/kvm.h>
#include <asm/debugreg.h>