| Submitter | Greg Kroah-Hartman |
|---|---|
| Date | 2009-11-06 22:15:30 |
| Message ID | <20091106221551.713475785@mini.kroah.org> |
| Download | mbox | patch |
| Permalink | /patch/58160/ |
| State | New |
| Headers | show |
Comments
Patch
--- a/arch/x86/kernel/amd_iommu_init.c +++ b/arch/x86/kernel/amd_iommu_init.c @@ -240,7 +240,7 @@ static void iommu_feature_enable(struct writel(ctrl, iommu->mmio_base + MMIO_CONTROL_OFFSET); } -static void __init iommu_feature_disable(struct amd_iommu *iommu, u8 bit) +static void iommu_feature_disable(struct amd_iommu *iommu, u8 bit) { u32 ctrl;