From: Suresh Siddha Date: Wed, 13 Aug 2008 18:38:15 +0000 (-0700) Subject: x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() X-Git-Tag: v2.6.28-rc1~699^2^8~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65bc214e042916135256620f900e9599d65e0cb;p=pandora-kernel.git x86, xsave: use BUG_ON() instead of BUILD_BUG_ON() All these structure sizes are runtime determined. So use a runtime bug check. Signed-off-by: Suresh Siddha Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed