Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156462
b: refs/heads/master
c: c5b1525
h: refs/heads/master
v: v3
  • Loading branch information
Sheng Yang authored and David Woodhouse committed Aug 6, 2009
1 parent 4ca0878 commit 6e6f705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 33041ec049d39a6e0463c7edc7b6f631d24559e3
refs/heads/master: c5b1525533c484238015c48c78f86d49a1bfb86b
2 changes: 1 addition & 1 deletion trunk/drivers/pci/intel-iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1505,7 +1505,6 @@ static int domain_context_mapping_one(struct dmar_domain *domain, int segment,
}

set_bit(num, iommu->domain_ids);
set_bit(iommu->seq_id, &domain->iommu_bmp);
iommu->domains[num] = domain;
id = num;
}
Expand Down Expand Up @@ -3409,6 +3408,7 @@ static int md_domain_init(struct dmar_domain *domain, int guest_width)

domain->iommu_count = 0;
domain->iommu_coherency = 0;
domain->iommu_snooping = 0;
domain->max_addr = 0;

/* always allocate the top pgd */
Expand Down

0 comments on commit 6e6f705

Please sign in to comment.