Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199747
b: refs/heads/master
c: 257d569
h: refs/heads/master
i:
  199745: c224119
  199743: c21a879
v: v3
  • Loading branch information
Denis Kirjanov authored and Benjamin Herrenschmidt committed Jun 2, 2010
1 parent 1db9bff commit b1537b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: db97bc7f9997fef41b24c91f61c2f776d32d7ce3
refs/heads/master: 257d569821165a76fb4c91d74909c2e61fe41e46
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/cell/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ static int __init cell_iommu_fixed_mapping_init(void)
fbase = _ALIGN_UP(fbase, 1 << IO_SEGMENT_SHIFT);
fsize = lmb_phys_mem_size();

if ((fbase + fsize) <= 0x800000000)
if ((fbase + fsize) <= 0x800000000ul)
hbase = 0; /* use the device tree window */
else {
/* If we're over 32 GB we need to cheat. We can't map all of
Expand Down

0 comments on commit b1537b9

Please sign in to comment.