From 6df07e0d0bd81e42943a5233e62b126cd70841bc Mon Sep 17 00:00:00 2001 From: Joe Perches Date: Sun, 23 Mar 2008 01:03:26 -0700 Subject: [PATCH] --- yaml --- r: 89018 b: refs/heads/master c: 895b7643d6d2d04761344e18a2473255f2551e9e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/asm-x86/sigcontext32.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index f4f30c11ca90..77124a6b97a4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 915cd5aa0adbe0f62b7a56d6eaf6908b47f80395 +refs/heads/master: 895b7643d6d2d04761344e18a2473255f2551e9e diff --git a/trunk/include/asm-x86/sigcontext32.h b/trunk/include/asm-x86/sigcontext32.h index 6ffab4fd593a..57a9686fb491 100644 --- a/trunk/include/asm-x86/sigcontext32.h +++ b/trunk/include/asm-x86/sigcontext32.h @@ -26,7 +26,7 @@ struct _fpstate_ia32 { __u32 cw; __u32 sw; __u32 tag; /* not compatible to 64bit twd */ - __u32 ipoff; + __u32 ipoff; __u32 cssel; __u32 dataoff; __u32 datasel; @@ -39,7 +39,7 @@ struct _fpstate_ia32 { __u32 mxcsr; __u32 reserved; struct _fpxreg _fxsr_st[8]; - struct _xmmreg _xmm[8]; /* It's actually 16 */ + struct _xmmreg _xmm[8]; /* It's actually 16 */ __u32 padding[56]; };