Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.30-rc5 8 lines 156 B view raw
1#include <linux/intel-iommu.h> 2 3struct ioapic_scope { 4 struct intel_iommu *iommu; 5 unsigned int id; 6}; 7 8#define IR_X2APIC_MODE(mode) (mode ? (1 << 11) : 0)