Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79790
b: refs/heads/master
c: 3e75939
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Ingo Molnar committed Jan 30, 2008
1 parent 2066495 commit 216ff63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions 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: ed65260bb814a5c600a4e883f6bda73e287f5dec
refs/heads/master: 3e7593966be6f6d29a15138c0c96b961d437f2f5
3 changes: 1 addition & 2 deletions trunk/arch/x86/kernel/pci-dma_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include <asm/calgary.h>

int iommu_merge __read_mostly = 0;
EXPORT_SYMBOL(iommu_merge);

dma_addr_t bad_dma_address __read_mostly;
EXPORT_SYMBOL(bad_dma_address);
Expand Down Expand Up @@ -230,7 +229,7 @@ EXPORT_SYMBOL(dma_set_mask);
* See <Documentation/x86_64/boot-options.txt> for the iommu kernel parameter
* documentation.
*/
__init int iommu_setup(char *p)
static __init int iommu_setup(char *p)
{
iommu_merge = 1;

Expand Down
1 change: 0 additions & 1 deletion trunk/include/asm-x86/pci_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ extern int (*pci_config_write)(int seg, int bus, int dev, int fn, int reg, int l


extern void pci_iommu_alloc(void);
extern int iommu_setup(char *opt);

/* The PCI address space does equal the physical memory
* address space. The networking and block device layers use
Expand Down

0 comments on commit 216ff63

Please sign in to comment.