Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2f12c74f authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6

parents 92af254a cab3f16f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -77,6 +77,7 @@ static inline void io_remap_pte_range(struct mm_struct *mm, pte_t * pte,
			BUG_ON(!pte_none(*pte));
			BUG_ON(!pte_none(*pte));
			set_pte_at(mm, address, pte, entry);
			set_pte_at(mm, address, pte, entry);
			address += PAGE_SIZE;
			address += PAGE_SIZE;
			pte_val(entry) += PAGE_SIZE;
			pte++;
			pte++;
		} while (address < curend);
		} while (address < curend);
	} while (address < end);
	} while (address < end);