Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35865
b: refs/heads/master
c: 4ccf4ae
h: refs/heads/master
i:
  35863: 99f5e3c
v: v3
  • Loading branch information
Muli Ben-Yehuda authored and Andi Kleen committed Sep 26, 2006
1 parent dfbeff8 commit fb97be0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 796e4390e0378e1e57c033349610cfc741696a3d
refs/heads/master: 4ccf4ae3144360ab9c00d0b53427f43369287bfb
11 changes: 0 additions & 11 deletions trunk/arch/x86_64/kernel/pci-calgary.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,6 @@ static void tce_cache_blast(struct iommu_table *tbl);
#ifdef CONFIG_IOMMU_DEBUG
int debugging __read_mostly = 1;

static inline void tce_cache_blast_stress(struct iommu_table *tbl)
{
tce_cache_blast(tbl);
}

static inline unsigned long verify_bit_range(unsigned long* bitmap,
int expected, unsigned long start, unsigned long end)
{
Expand All @@ -153,10 +148,6 @@ static inline unsigned long verify_bit_range(unsigned long* bitmap,
#else /* debugging is disabled */
int debugging __read_mostly = 0;

static inline void tce_cache_blast_stress(struct iommu_table *tbl)
{
}

static inline unsigned long verify_bit_range(unsigned long* bitmap,
int expected, unsigned long start, unsigned long end)
{
Expand Down Expand Up @@ -289,8 +280,6 @@ static void __iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr,
}

__clear_bit_string(tbl->it_map, entry, npages);

tce_cache_blast_stress(tbl);
}

static void iommu_free(struct iommu_table *tbl, dma_addr_t dma_addr,
Expand Down

0 comments on commit fb97be0

Please sign in to comment.