scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
[pandora-kernel.git] / arch / powerpc / kvm / timing.h
index 806ef67..8167d42 100644 (file)
@@ -51,7 +51,7 @@ static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)
 
        /* The BUILD_BUG_ON below breaks in funny ways, commented out
         * for now ... -BenH
-       BUILD_BUG_ON(__builtin_constant_p(type));
+       BUILD_BUG_ON(!__builtin_constant_p(type));
        */
        switch (type) {
        case EXT_INTR_EXITS: