diff options
Diffstat (limited to 'arch/x86/xen/pci-swiotlb-xen.c')
-rw-r--r-- | arch/x86/xen/pci-swiotlb-xen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/pci-swiotlb-xen.c b/arch/x86/xen/pci-swiotlb-xen.c index bfd0632fe65e..b480d4207a4c 100644 --- a/arch/x86/xen/pci-swiotlb-xen.c +++ b/arch/x86/xen/pci-swiotlb-xen.c | |||
@@ -36,7 +36,7 @@ int __init pci_xen_swiotlb_detect(void) | |||
36 | 36 | ||
37 | /* If running as PV guest, either iommu=soft, or swiotlb=force will | 37 | /* If running as PV guest, either iommu=soft, or swiotlb=force will |
38 | * activate this IOMMU. If running as PV privileged, activate it | 38 | * activate this IOMMU. If running as PV privileged, activate it |
39 | * irregardlesss. | 39 | * irregardless. |
40 | */ | 40 | */ |
41 | if ((xen_initial_domain() || swiotlb || swiotlb_force) && | 41 | if ((xen_initial_domain() || swiotlb || swiotlb_force) && |
42 | (xen_pv_domain())) | 42 | (xen_pv_domain())) |