From: Harvey Harrison Date: Wed, 6 Feb 2008 21:39:44 +0000 (+0100) Subject: x86: fix sparse error in traps_32.c X-Git-Tag: v2.6.25-rc1~513^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=deef79ef351225a9fe02e41a40cb125ed03a3e6b;p=pandora-kernel.git x86: fix sparse error in traps_32.c This was being used to ensure the proper alignment of the FXSAVE/FXRSTOR data. This would create a sparse error in the _correct_ cases, hiding further warnings. Use BUILD_BUG_ON instead. Signed-off-by: Harvey Harrison Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed