We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998a0a3 commit 48dc345Copy full SHA for 48dc345
drivers/iommu/amd/amd_iommu.h
@@ -129,7 +129,8 @@ static inline int check_feature_gpt_level(void)
129
static inline bool amd_iommu_gt_ppr_supported(void)
130
{
131
return (check_feature(FEATURE_GT) &&
132
- check_feature(FEATURE_PPR));
+ check_feature(FEATURE_PPR) &&
133
+ check_feature(FEATURE_EPHSUP));
134
}
135
136
static inline u64 iommu_virt_to_phys(void *vaddr)
0 commit comments