commit | c0a187e12d48235cb8af4cdeff283117ab42bbb2 | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Fri Oct 23 00:35:30 2009 +0000 |
committer | Avi Kivity <avi@redhat.com> | Thu Dec 03 09:32:22 2009 +0200 |
tree | d422faae9267bae962b3a402a0ce0ca9e5446137 | |
parent | 26bb0981b3ff00b9177d61fe55806db978862b3c [diff] |
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 <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>