Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155536
b: refs/heads/master
c: 390bd13
h: refs/heads/master
v: v3
  • Loading branch information
fujita authored and Fenghua Yu committed Jul 17, 2009
1 parent ebebaa4 commit b0fd976
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 6f409461210baf76ade1bfdd9470fd5b98378b36
refs/heads/master: 390bd132b2831a2ad0268e84bffbfc0680debfe5
8 changes: 8 additions & 0 deletions trunk/arch/ia64/kernel/dma-mapping.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ int iommu_detected __read_mostly;
struct dma_map_ops *dma_ops;
EXPORT_SYMBOL(dma_ops);

#define PREALLOC_DMA_DEBUG_ENTRIES (1 << 16)

static int __init dma_init(void)
{
dma_debug_init(PREALLOC_DMA_DEBUG_ENTRIES);
}
fs_initcall(dma_init);

struct dma_map_ops *dma_get_ops(struct device *dev)
{
return dma_ops;
Expand Down

0 comments on commit b0fd976

Please sign in to comment.