Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125639
b: refs/heads/master
c: 18811f5
h: refs/heads/master
i:
  125637: 37e0165
  125635: 0cb6b97
  125631: 90871cd
v: v3
  • Loading branch information
Joerg Roedel committed Jan 3, 2009
1 parent 1754a85 commit 3f845ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f57d98ae6979f7bcbf758023b4716f485385f903
refs/heads/master: 18811f55d48e5f3ee70c4744c592f940022fa592
4 changes: 4 additions & 0 deletions trunk/arch/x86/kernel/amd_iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ DECLARE_STATS_COUNTER(cnt_alloc_coherent);
DECLARE_STATS_COUNTER(cnt_free_coherent);
DECLARE_STATS_COUNTER(cross_page);
DECLARE_STATS_COUNTER(domain_flush_single);
DECLARE_STATS_COUNTER(domain_flush_all);

static struct dentry *stats_dir;
static struct dentry *de_isolate;
Expand Down Expand Up @@ -108,6 +109,7 @@ static void amd_iommu_stats_init(void)
amd_iommu_stats_add(&cnt_free_coherent);
amd_iommu_stats_add(&cross_page);
amd_iommu_stats_add(&domain_flush_single);
amd_iommu_stats_add(&domain_flush_all);
}

#endif
Expand Down Expand Up @@ -431,6 +433,8 @@ static void iommu_flush_domain(u16 domid)
struct amd_iommu *iommu;
struct iommu_cmd cmd;

INC_STATS_COUNTER(domain_flush_all);

__iommu_build_inv_iommu_pages(&cmd, CMD_INV_IOMMU_ALL_PAGES_ADDRESS,
domid, 1, 1);

Expand Down

0 comments on commit 3f845ee

Please sign in to comment.