summaryrefslogtreecommitdiffstats
path: root/arch/mips/include/uapi
diff options
context:
space:
mode:
authorDavid Daney2014-05-28 23:52:12 +0200
committerRalf Baechle2014-05-30 21:01:11 +0200
commit90dfdc7ceb577c0d7b7635def3c62039a091e50d (patch)
treee20938cbe7d542786d79371b38a6ba0090c8829a /arch/mips/include/uapi
parentMIPS: OCTEON: Add OCTEON3 to __get_cpu_type (diff)
downloadkernel-qcow2-linux-90dfdc7ceb577c0d7b7635def3c62039a091e50d.tar.gz
kernel-qcow2-linux-90dfdc7ceb577c0d7b7635def3c62039a091e50d.tar.xz
kernel-qcow2-linux-90dfdc7ceb577c0d7b7635def3c62039a091e50d.zip
MIPS: Add functions for hypervisor call
Introduce kvm_hypercall[0-3]. Define three new hypercalls for MIPS: GET_CLOCK_FREQ, EXIT_VM, and CONSOLE_OUTPUT. [andreas.herrmann: * Properly define hypercalls and HC numbers for MIPS in kvm_para.h header files] Signed-off-by: David Daney <david.daney@cavium.com> Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com> Cc: linux-mips@linux-mips.org Cc: James Hogan <james.hogan@imgtec.com> Cc: kvm@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/7005/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/uapi')
-rw-r--r--arch/mips/include/uapi/asm/kvm_para.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/mips/include/uapi/asm/kvm_para.h b/arch/mips/include/uapi/asm/kvm_para.h
index 14fab8f0b957..7e16d7c42e65 100644
--- a/arch/mips/include/uapi/asm/kvm_para.h
+++ b/arch/mips/include/uapi/asm/kvm_para.h
@@ -1 +1,5 @@
-#include <asm-generic/kvm_para.h>
+#ifndef _UAPI_ASM_MIPS_KVM_PARA_H
+#define _UAPI_ASM_MIPS_KVM_PARA_H
+
+
+#endif /* _UAPI_ASM_MIPS_KVM_PARA_H */