aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/kvm/callback.c
diff options
context:
space:
mode:
authorGravatar Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> 2014-06-26 12:11:38 -0700
committerGravatar Paolo Bonzini <pbonzini@redhat.com> 2014-06-30 16:52:03 +0200
commitd7d5b05faf1679849c5220627c7263b4041e15ef (patch)
tree2dd48d8c3557d36c4b211f9d91fc253fde64c48b /arch/mips/kvm/callback.c
parentMIPS: KVM: Remove unneeded volatile (diff)
downloadlinux-d7d5b05faf1679849c5220627c7263b4041e15ef.tar.gz
linux-d7d5b05faf1679849c5220627c7263b4041e15ef.tar.bz2
linux-d7d5b05faf1679849c5220627c7263b4041e15ef.zip
MIPS: KVM: Rename files to remove the prefix "kvm_" and "kvm_mips_"
Since all the files are in arch/mips/kvm/, there's no need of the prefixes "kvm_" and "kvm_mips_". Reviewed-by: James Hogan <james.hogan@imgtec.com> Signed-off-by: Deng-Cheng Zhu <dengcheng.zhu@imgtec.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/mips/kvm/callback.c')
-rw-r--r--arch/mips/kvm/callback.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/kvm/callback.c b/arch/mips/kvm/callback.c
new file mode 100644
index 000000000000..313c2e37b978
--- /dev/null
+++ b/arch/mips/kvm/callback.c
@@ -0,0 +1,14 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License. See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
+ * Authors: Yann Le Du <ledu@kymasys.com>
+ */
+
+#include <linux/export.h>
+#include <linux/kvm_host.h>
+
+struct kvm_mips_callbacks *kvm_mips_callbacks;
+EXPORT_SYMBOL(kvm_mips_callbacks);