From: Jeff Dike Date: Sun, 6 May 2007 21:51:30 +0000 (-0700) Subject: uml: speed up page table walking X-Git-Tag: v2.6.22-rc1~854 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f0536f80cfbefd753eb123ed20940978f223900;p=pandora-kernel.git uml: speed up page table walking The previous page table walking code was horribly inefficient. This patch replaces it with code taken from elsewhere in the kernel. Forking from bash is now ~5% faster and page faults are handled ~10% faster. Signed-off-by: Jeff Dike Cc: Paolo 'Blaisorblade' Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed