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)
commit08e7d9b557299ba6ce57165ce8df310780bd681c
tree8733b402eaa1de1a6bcdea5ee72ea8655c896dd4
parent5e5419734c8719cbc01af959ad9c0844002c0df5
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