Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210293
b: refs/heads/master
c: dc1c41f
h: refs/heads/master
i:
  210291: db77ecf
v: v3
  • Loading branch information
Kumar Gala committed Aug 31, 2010
1 parent d64861d commit 99ee337
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: 6d4f2fb0860c36e7ef16cc41126242a8b6542771
refs/heads/master: dc1c41f450a5f201f1d8c19aef32319f3b84c273
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/platforms/85xx/p1022_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include <linux/pci.h>
#include <linux/of_platform.h>
#include <linux/lmb.h>
#include <linux/memblock.h>

#include <asm/mpic.h>
#include <asm/swiotlb.h>
Expand Down Expand Up @@ -97,7 +97,7 @@ static void __init p1022_ds_setup_arch(void)
#endif

#ifdef CONFIG_SWIOTLB
if (lmb_end_of_DRAM() > max) {
if (memblock_end_of_DRAM() > max) {
ppc_swiotlb_enable = 1;
set_pci_dma_ops(&swiotlb_dma_ops);
ppc_md.pci_dma_dev_setup = pci_dma_dev_setup_swiotlb;
Expand Down

0 comments on commit 99ee337

Please sign in to comment.