Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14978
b: refs/heads/master
c: 6fbb618
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mackerras committed Dec 5, 2005
1 parent 003e201 commit e4b7f43
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: e8a167accb47de528d2ffddc0f13f8e84eaa71de
refs/heads/master: 6fbb618f5da0424adcba5f666035e4772a8df526
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/platforms/pseries/iommu.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ static void tce_buildmulti_pSeriesLP(struct iommu_table *tbl, long tcenum,
union tce_entry tce, *tcep;
long l, limit;

if (npages == 1)
if (TCE_PAGE_FACTOR == 0 && npages == 1)
return tce_build_pSeriesLP(tbl, tcenum, npages, uaddr,
direction);

Expand Down

0 comments on commit e4b7f43

Please sign in to comment.