diff options
Diffstat (limited to 'arch/powerpc/sysdev/dart_iommu.c')
-rw-r--r-- | arch/powerpc/sysdev/dart_iommu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/sysdev/dart_iommu.c b/arch/powerpc/sysdev/dart_iommu.c index e00b46b9514e..977de9db8754 100644 --- a/arch/powerpc/sysdev/dart_iommu.c +++ b/arch/powerpc/sysdev/dart_iommu.c | |||
@@ -139,7 +139,6 @@ static void dart_build(struct iommu_table *tbl, long index, | |||
139 | 139 | ||
140 | *(dp++) = DARTMAP_VALID | (rpn & DARTMAP_RPNMASK); | 140 | *(dp++) = DARTMAP_VALID | (rpn & DARTMAP_RPNMASK); |
141 | 141 | ||
142 | rpn++; | ||
143 | uaddr += DART_PAGE_SIZE; | 142 | uaddr += DART_PAGE_SIZE; |
144 | } | 143 | } |
145 | 144 | ||