From 066212e02a8fb4ae797fae1d7cede5807ba398e1 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Mon, 7 Oct 2013 22:17:50 +0530 Subject: [PATCH] kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary Since the code in book3s_64_vio_hv.c is called from real mode with HV KVM, and therefore has to be built into the main kernel binary, this makes it always built-in rather than part of the KVM module. It gets called from the KVM module by PR KVM, so this adds an EXPORT_SYMBOL_GPL(). Signed-off-by: Paul Mackerras Signed-off-by: Aneesh Kumar K.V Signed-off-by: Alexander Graf --- Reading git-format-patch failed