All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-ppc-devel] [PATCH] add kvm_fpu dummy to powerpc kvm.h
@ 2008-01-16 15:11 Christian Ehrhardt
  0 siblings, 0 replies; only message in thread
From: Christian Ehrhardt @ 2008-01-16 15:11 UTC (permalink / raw)
  To: kvm-ppc

Subject: [PATCH] add kvm_fpu dummy to powerpc kvm.h
From: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>

This struct prevents a build warning and might later be
used for fpu support.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>

 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-01-16 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-16 15:11 [kvm-ppc-devel] [PATCH] add kvm_fpu dummy to powerpc kvm.h Christian Ehrhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.