]> git.baikalelectronics.ru Git - kernel.git/commit
uml: 64-bit tlb fixes
authorJeff Dike <jdike@addtoit.com>
Tue, 5 Feb 2008 06:31:06 +0000 (22:31 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:29 +0000 (09:44 -0800)
commite4df9c239a97e315b161d9522d38dfdc3d2c1879
tree31c4e5ade894f185a7eeb04ce7023cb7da6b9277
parent58d00fece39343ced77bb279b976ba1ae2f9dceb
uml: 64-bit tlb fixes

Some 64-bit tlb fixes -
moved pmd_page_vaddr to pgtable.h since it's the same for both
2-level and 3-level page tables
fixed a bogus cast on pud_page_vaddr
made the address checking in update_*_range more careful

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/um/kernel/tlb.c
include/asm-um/pgtable-2level.h
include/asm-um/pgtable-3level.h
include/asm-um/pgtable.h