From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Date: Wed, 16 Jan 2008 15:11:57 +0000 Subject: [kvm-ppc-devel] [PATCH] add kvm_fpu dummy to powerpc kvm.h Message-Id: <478E1EBD.5000604@linux.vnet.ibm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ppc@vger.kernel.org Subject: [PATCH] add kvm_fpu dummy to powerpc kvm.h From: Christian Ehrhardt This struct prevents a build warning and might later be used for fpu support. Signed-off-by: Christian Ehrhardt kvm.h | 3 +++ 1 files changed, 3 insertions(+) diff --git a/include/asm-powerpc/kvm.h b/include/asm-powerpc/kvm.h --- a/include/asm-powerpc/kvm.h +++ b/include/asm-powerpc/kvm.h @@ -50,4 +50,7 @@ struct kvm_sregs { struct kvm_sregs { }; +struct kvm_fpu { +}; + #endif /* __POWERPC_KVM_H__ */ ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ kvm-ppc-devel mailing list kvm-ppc-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel