Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138809
b: refs/heads/master
c: 1894e36
h: refs/heads/master
i:
  138807: bf93b67
v: v3
  • Loading branch information
Jaswinder Singh Rajput committed Mar 21, 2009
1 parent 39915eb commit fd5aa2d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 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: d53a44446076a7dd68a4fb7f549fb6aeda9bfc2c
refs/heads/master: 1894e36754d682cc049b2b1c3825da8e585967d5
20 changes: 10 additions & 10 deletions trunk/arch/x86/kernel/pci-nommu.c
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/* Fallback functions when the main IOMMU code is not compiled in. This
code is roughly equivalent to i386. */
#include <linux/mm.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/string.h>
#include <linux/dma-mapping.h>
#include <linux/scatterlist.h>
#include <linux/string.h>
#include <linux/init.h>
#include <linux/pci.h>
#include <linux/mm.h>

#include <asm/iommu.h>
#include <asm/processor.h>
#include <asm/iommu.h>
#include <asm/dma.h>

static int
Expand Down Expand Up @@ -79,11 +79,11 @@ static void nommu_free_coherent(struct device *dev, size_t size, void *vaddr,
}

struct dma_mapping_ops nommu_dma_ops = {
.alloc_coherent = dma_generic_alloc_coherent,
.free_coherent = nommu_free_coherent,
.map_single = nommu_map_single,
.map_sg = nommu_map_sg,
.is_phys = 1,
.alloc_coherent = dma_generic_alloc_coherent,
.free_coherent = nommu_free_coherent,
.map_single = nommu_map_single,
.map_sg = nommu_map_sg,
.is_phys = 1,
};

void __init no_iommu_init(void)
Expand Down

0 comments on commit fd5aa2d

Please sign in to comment.