瀏覽代碼

powerpc/kvm: Fallout from system.h disintegration

Add a missing include to fix build

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Benjamin Herrenschmidt 13 年之前
父節點
當前提交
95327d08fd
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      arch/powerpc/kvm/book3s_emulate.c
  2. 1 0
      arch/powerpc/kvm/book3s_paired_singles.c
  3. 1 0
      arch/powerpc/kvm/book3s_pr.c

+ 1 - 0
arch/powerpc/kvm/book3s_emulate.c

@@ -21,6 +21,7 @@
 #include <asm/disassemble.h>
 #include <asm/kvm_book3s.h>
 #include <asm/reg.h>
+#include <asm/switch_to.h>
 
 #define OP_19_XOP_RFID		18
 #define OP_19_XOP_RFI		50

+ 1 - 0
arch/powerpc/kvm/book3s_paired_singles.c

@@ -24,6 +24,7 @@
 #include <asm/kvm_fpu.h>
 #include <asm/reg.h>
 #include <asm/cacheflush.h>
+#include <asm/switch_to.h>
 #include <linux/vmalloc.h>
 
 /* #define DEBUG */

+ 1 - 0
arch/powerpc/kvm/book3s_pr.c

@@ -33,6 +33,7 @@
 #include <asm/kvm_ppc.h>
 #include <asm/kvm_book3s.h>
 #include <asm/mmu_context.h>
+#include <asm/switch_to.h>
 #include <linux/gfp.h>
 #include <linux/sched.h>
 #include <linux/vmalloc.h>