File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ extern int amd_iommu_guest_ir;
38
38
extern enum io_pgtable_fmt amd_iommu_pgtable ;
39
39
extern int amd_iommu_gpt_level ;
40
40
41
- bool amd_iommu_v2_supported (void );
41
+ bool amd_iommu_pasid_supported (void );
42
42
43
43
/* Device capabilities */
44
44
int amd_iommu_pdev_enable_cap_pri (struct pci_dev * pdev );
Original file line number Diff line number Diff line change @@ -3690,7 +3690,7 @@ __setup("ivrs_ioapic", parse_ivrs_ioapic);
3690
3690
__setup ("ivrs_hpet" , parse_ivrs_hpet );
3691
3691
__setup ("ivrs_acpihid" , parse_ivrs_acpihid );
3692
3692
3693
- bool amd_iommu_v2_supported (void )
3693
+ bool amd_iommu_pasid_supported (void )
3694
3694
{
3695
3695
/* CPU page table size should match IOMMU guest page table size */
3696
3696
if (cpu_feature_enabled (X86_FEATURE_LA57 ) &&
You can’t perform that action at this time.
0 commit comments