aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/kvm/kvm_mips_comm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/kvm/kvm_mips_comm.h')
-rw-r--r--arch/mips/kvm/kvm_mips_comm.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/arch/mips/kvm/kvm_mips_comm.h b/arch/mips/kvm/kvm_mips_comm.h
index a4a8c85cc8f7..08c5fa2bbc0f 100644
--- a/arch/mips/kvm/kvm_mips_comm.h
+++ b/arch/mips/kvm/kvm_mips_comm.h
@@ -1,19 +1,20 @@
1/* 1/*
2* This file is subject to the terms and conditions of the GNU General Public 2 * This file is subject to the terms and conditions of the GNU General Public
3* License. See the file "COPYING" in the main directory of this archive 3 * License. See the file "COPYING" in the main directory of this archive
4* for more details. 4 * for more details.
5* 5 *
6* KVM/MIPS: commpage: mapped into get kernel space 6 * KVM/MIPS: commpage: mapped into get kernel space
7* 7 *
8* Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved. 8 * Copyright (C) 2012 MIPS Technologies, Inc. All rights reserved.
9* Authors: Sanjay Lal <sanjayl@kymasys.com> 9 * Authors: Sanjay Lal <sanjayl@kymasys.com>
10*/ 10 */
11 11
12#ifndef __KVM_MIPS_COMMPAGE_H__ 12#ifndef __KVM_MIPS_COMMPAGE_H__
13#define __KVM_MIPS_COMMPAGE_H__ 13#define __KVM_MIPS_COMMPAGE_H__
14 14
15struct kvm_mips_commpage { 15struct kvm_mips_commpage {
16 struct mips_coproc cop0; /* COP0 state is mapped into Guest kernel via commpage */ 16 /* COP0 state is mapped into Guest kernel via commpage */
17 struct mips_coproc cop0;
17}; 18};
18 19
19#define KVM_MIPS_COMM_EIDI_OFFSET 0x0 20#define KVM_MIPS_COMM_EIDI_OFFSET 0x0