Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 72804
b: refs/heads/master
c: 79da087
h: refs/heads/master
v: v3
  • Loading branch information
Joerg Roedel authored and Thomas Gleixner committed Oct 29, 2007
1 parent dbe4451 commit 0da7a04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 966396d3a05c8049fce5c81c49138e5ee1b05443
refs/heads/master: 79da0874410c0af8958f0ee3a50aa5b67eecc640
8 changes: 4 additions & 4 deletions trunk/arch/x86/kernel/pci-gart_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#include <asm/dma.h>
#include <asm/k8.h>

unsigned long iommu_bus_base; /* GART remapping area (physical) */
static unsigned long iommu_bus_base; /* GART remapping area (physical) */
static unsigned long iommu_size; /* size of remapping area bytes */
static unsigned long iommu_pages; /* .. and in pages */

u32 *iommu_gatt_base; /* Remapping table */
static u32 *iommu_gatt_base; /* Remapping table */

/* If this is disabled the IOMMU will use an optimized flushing strategy
of only flushing when an mapping is reused. With it true the GART is flushed
Expand Down Expand Up @@ -135,8 +135,8 @@ static void flush_gart(void)
/* Debugging aid for drivers that don't free their IOMMU tables */
static void **iommu_leak_tab;
static int leak_trace;
int iommu_leak_pages = 20;
void dump_leak(void)
static int iommu_leak_pages = 20;
static void dump_leak(void)
{
int i;
static int dump;
Expand Down

0 comments on commit 0da7a04

Please sign in to comment.