From: Cyrill Gorcunov Date: Sat, 2 May 2009 09:39:56 +0000 (+0400) Subject: x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ON X-Git-Tag: v2.6.31-rc1~423^2~14^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cbac972ba28e706fa9ce4d4c81830040bc811ee;p=pandora-kernel.git x86: uv io-apic - use BUILD_BUG_ON instead of BUG_ON The expression is known to be true/false at compilation time so we're allowed to use build-time instead of run-time check. Also align 'entry' items assignment. [ Impact: shrink kernel a bit, cleanup ] Signed-off-by: Cyrill Gorcunov Cc: Jack Steiner LKML-Reference: <20090502093956.GB4791@lenovo> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed