]> git.baikalelectronics.ru Git - kernel.git/commit
arch_rebalance_pgtables call
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 5 Feb 2008 06:29:16 +0000 (22:29 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 5 Feb 2008 17:44:18 +0000 (09:44 -0800)
commit221d140ff3a084d38cf51bc20562dec8363be5fe
tree8733b402eaa1de1a6bcdea5ee72ea8655c896dd4
parenta444694a7d3bb6be2bec617be0346637a0e8e296
arch_rebalance_pgtables call

In order to change the layout of the page tables after an mmap has crossed the
adress space limit of the current page table layout a architecture hook in
get_unmapped_area is needed.  The arguments are the address of the new mapping
and the length of it.

Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: <linux-arch@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/mmap.c