Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99643
b: refs/heads/master
c: fb33969
h: refs/heads/master
i:
  99641: dcfb63e
  99639: c65de30
v: v3
  • Loading branch information
Joerg Roedel authored and Ingo Molnar committed Jul 4, 2008
1 parent d0c30af commit 9114252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1cbebeec4a6be1c1fb54fbf2395ade2534b03c4
refs/heads/master: fb339690a0506d2aca447b5e888fd6ac39ea4fa2
3 changes: 0 additions & 3 deletions trunk/arch/x86/kernel/amd_iommu_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -169,14 +169,11 @@ static void __init iommu_feature_disable(struct amd_iommu *iommu, u8 bit)

void __init iommu_enable(struct amd_iommu *iommu)
{
u32 ctrl;

printk(KERN_INFO "AMD IOMMU: Enabling IOMMU at ");
print_devid(iommu->devid, 0);
printk(" cap 0x%hx\n", iommu->cap_ptr);

iommu_feature_enable(iommu, CONTROL_IOMMU_EN);
ctrl = readl(iommu->mmio_base + MMIO_CONTROL_OFFSET);
}

static u8 * __init iommu_map_mmio_space(u64 address)
Expand Down

0 comments on commit 9114252

Please sign in to comment.