From: Roland McGrath Date: Wed, 30 Jan 2008 12:31:48 +0000 (+0100) Subject: x86: x86 i387 unify structs X-Git-Tag: v2.6.25-rc1~1143^2~512 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99f8ecdf4506010feda26ffe4ac0d23962947106;p=pandora-kernel.git x86: x86 i387 unify structs The i387_fxsave_struct formats really have the same layout on 32 and 64, with only some slightly different use of a few fields. The i387_fsave_struct and i387_soft_struct formats are never used by 64-bit kernels, but it doesn't hurt to have the unused types in the union and cuts down on the amount of #ifdef hair required throughout the i387 code. Signed-off-by: Roland McGrath Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed