diff mbox

fix kvm-kmod FPU save API

Message ID 4C12D8E1.2020101@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Zachary Amsden June 12, 2010, 12:46 a.m. UTC
None
diff mbox

Patch

diff --git a/x86/external-module-compat.h b/x86/external-module-compat.h
index 708517b..d7b0538 100644
--- a/x86/external-module-compat.h
+++ b/x86/external-module-compat.h
@@ -835,7 +835,7 @@  struct kvm_i387_fxsave_struct {
 #else
 	u32	xmm_space[32];	/* 8*16 bytes for each XMM-reg = 128 bytes */
 #endif
-};
+} __aligned(16);
 
 union kvm_thread_xstate {
 	struct kvm_i387_fxsave_struct fxsave;