···205}206207/* devices under the same p2p bridge are owned in one domain */208-#define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 < 0)209210/* domain represents a virtual machine, more than one devices211 * across iommus may be owned in one domain, e.g. kvm guest.
···205}206207/* devices under the same p2p bridge are owned in one domain */208+#define DOMAIN_FLAG_P2P_MULTIPLE_DEVICES (1 << 0)209210/* domain represents a virtual machine, more than one devices211 * across iommus may be owned in one domain, e.g. kvm guest.