Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144677
b: refs/heads/master
c: a029b70
h: refs/heads/master
i:
  144675: b6a5782
v: v3
  • Loading branch information
Kevin Hilman authored and Russell King committed May 7, 2009
1 parent b5f2313 commit 92f636a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0c15702445eef6ff9dba774fd1995aca10176969
refs/heads/master: a029b706d3b2d3a139bdeae84131d9a0f35f6478
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-davinci/board-dm644x-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static struct resource ide_resources[] = {
},
};

static u64 ide_dma_mask = DMA_32BIT_MASK;
static u64 ide_dma_mask = DMA_BIT_MASK(32);

static struct platform_device ide_dev = {
.name = "palm_bk3710",
Expand All @@ -220,7 +220,7 @@ static struct platform_device ide_dev = {
.num_resources = ARRAY_SIZE(ide_resources),
.dev = {
.dma_mask = &ide_dma_mask,
.coherent_dma_mask = DMA_32BIT_MASK,
.coherent_dma_mask = DMA_BIT_MASK(32),
},
};

Expand Down

0 comments on commit 92f636a

Please sign in to comment.