mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 16:50:05 +00:00
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
This commit is contained in:
commit
2f12c74f0c
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user