diff options
Diffstat (limited to 'virt/kvm/iommu.c')
-rw-r--r-- | virt/kvm/iommu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/virt/kvm/iommu.c b/virt/kvm/iommu.c index 0fb448e6a1a3..a457d2138f49 100644 --- a/virt/kvm/iommu.c +++ b/virt/kvm/iommu.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include <linux/iommu.h> | 32 | #include <linux/iommu.h> |
33 | #include <linux/intel-iommu.h> | 33 | #include <linux/intel-iommu.h> |
34 | 34 | ||
35 | static int allow_unsafe_assigned_interrupts; | 35 | static bool allow_unsafe_assigned_interrupts; |
36 | module_param_named(allow_unsafe_assigned_interrupts, | 36 | module_param_named(allow_unsafe_assigned_interrupts, |
37 | allow_unsafe_assigned_interrupts, bool, S_IRUGO | S_IWUSR); | 37 | allow_unsafe_assigned_interrupts, bool, S_IRUGO | S_IWUSR); |
38 | MODULE_PARM_DESC(allow_unsafe_assigned_interrupts, | 38 | MODULE_PARM_DESC(allow_unsafe_assigned_interrupts, |