Skip to content

Commit 1110027

Browse files
committed
Merge tag 'iommu-fix-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Pull iommu fix from Joerg Roedel: "A single patch that fixes a regression which several people reported: - AMD-Vi: Fix regression causing panics" * tag 'iommu-fix-v6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu: iommu/amd: Fix panic accessing amd_iommu_enable_faulting
2 parents 0cac73e + 12243a8 commit 1110027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/iommu/amd/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3362,7 +3362,7 @@ int amd_iommu_reenable(int mode)
33623362
return 0;
33633363
}
33643364

3365-
int __init amd_iommu_enable_faulting(unsigned int cpu)
3365+
int amd_iommu_enable_faulting(unsigned int cpu)
33663366
{
33673367
/* We enable MSI later when PCI is initialized */
33683368
return 0;

0 commit comments

Comments
 (0)