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

powerpc/kvm: Fallout from system.h disintegration

Add a missing include to fix build

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

+3
+1
arch/powerpc/kvm/book3s_emulate.c
··· 21 21 #include <asm/disassemble.h> 22 22 #include <asm/kvm_book3s.h> 23 23 #include <asm/reg.h> 24 + #include <asm/switch_to.h> 24 25 25 26 #define OP_19_XOP_RFID 18 26 27 #define OP_19_XOP_RFI 50
+1
arch/powerpc/kvm/book3s_paired_singles.c
··· 24 24 #include <asm/kvm_fpu.h> 25 25 #include <asm/reg.h> 26 26 #include <asm/cacheflush.h> 27 + #include <asm/switch_to.h> 27 28 #include <linux/vmalloc.h> 28 29 29 30 /* #define DEBUG */
+1
arch/powerpc/kvm/book3s_pr.c
··· 33 33 #include <asm/kvm_ppc.h> 34 34 #include <asm/kvm_book3s.h> 35 35 #include <asm/mmu_context.h> 36 + #include <asm/switch_to.h> 36 37 #include <linux/gfp.h> 37 38 #include <linux/sched.h> 38 39 #include <linux/vmalloc.h>