From: Hollis Blanchard Date: Fri, 23 Oct 2009 00:35:30 +0000 (+0000) Subject: KVM: powerpc: Fix BUILD_BUG_ON condition X-Git-Tag: v2.6.33-rc1~387^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a187e12d48235cb8af4cdeff283117ab42bbb2;p=pandora-kernel.git KVM: powerpc: Fix BUILD_BUG_ON condition The old BUILD_BUG_ON implementation didn't work with __builtin_constant_p(). Fixing that revealed this test had been inverted for a long time without anybody noticing... Signed-off-by: Hollis Blanchard Signed-off-by: Avi Kivity --- Reading git-diff-tree failed