forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork0
Commit8986f22
committed
iommu/vt-d: Take CONFIG_PCI_ATS into account
pci_dev::physfn is only available when CONFIG_PCI_ATS is set. The recentfix for the irqdomain rework missed that dependency which makes the buildfail when CONFIG_PCI_ATS=n.Add the necessary #ifdeffery.Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>Fixes:ff82872 ("iommu/vt-d: Cure VF irqdomain hickup")Signed-off-by: Thomas Gleixner <tglx@linutronix.de>Cc: Joerg Roedel <joro@8bytes.org>1 parent09162bc commit8986f22
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
| 338 | + | |
338 | 339 | | |
| 340 | + | |
339 | 341 | | |
340 | 342 | | |
341 | 343 | | |
| |||
0 commit comments
Comments
(0)