]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/sparc64/mm/generic.c
[SPARC64]: Fix >8K I/O mappings.
[linux-2.6-omap-h63xx.git] / arch / sparc64 / mm / generic.c
index d9396c1721cdd3d67e11ab2ec9b5c5174a096a4b..580b63da836bcee565fb435b6f833ac6f1eb9b70 100644 (file)
@@ -77,6 +77,7 @@ static inline void io_remap_pte_range(struct mm_struct *mm, pte_t * pte,
                        BUG_ON(!pte_none(*pte));
                        set_pte_at(mm, address, pte, entry);
                        address += PAGE_SIZE;
+                       pte_val(entry) += PAGE_SIZE;
                        pte++;
                } while (address < curend);
        } while (address < end);