summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kvm/book3s_paired_singles.c
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2012-04-01 19:35:53 +0200
committerBenjamin Herrenschmidt2012-04-02 06:00:04 +0200
commit95327d08fd5fc686b35ac21050a1b74f9bce3abe (patch)
tree8fe15aac8ea373bb2b8dd0476ca7a495179f255f /arch/powerpc/kvm/book3s_paired_singles.c
parentpowerpc: Fix fallout from system.h split up (diff)
downloadkernel-qcow2-linux-95327d08fd5fc686b35ac21050a1b74f9bce3abe.tar.gz
kernel-qcow2-linux-95327d08fd5fc686b35ac21050a1b74f9bce3abe.tar.xz
kernel-qcow2-linux-95327d08fd5fc686b35ac21050a1b74f9bce3abe.zip
powerpc/kvm: Fallout from system.h disintegration
Add a missing include to fix build Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kvm/book3s_paired_singles.c')
-rw-r--r--arch/powerpc/kvm/book3s_paired_singles.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/book3s_paired_singles.c b/arch/powerpc/kvm/book3s_paired_singles.c
index e70ef2d86431..a59a25a13218 100644
--- a/arch/powerpc/kvm/book3s_paired_singles.c
+++ b/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 */