linux/arch/um/include/skas
Jeff Dike 64f60841c0 uml: speed page fault path
Give the page fault code a specialized path.  There is only one page to look
at, so there's no point in going into the general page table walking code.
There's only going to be one host operation, so there are no opportunities for
merging.  So, we go straight to the pte we want, figure out what needs doing,
and do it.

While I was in here, I fixed the wart where the address passed to unmap was a
void *, but an unsigned long to map and protect.

This gives me just under 10% on a kernel build.

Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-05-07 12:13:04 -07:00
..
mm_id.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
mmu-skas.h Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
mode-skas.h [PATCH] uml: oS header cleanups 2006-03-27 08:44:38 -08:00
mode_kern_skas.h uml: speed page fault path 2007-05-07 12:13:04 -07:00
proc_mm.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
skas.h [PATCH] uml: thread creation tidying 2006-09-27 08:26:16 -07:00
stub-data.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00
uaccess-skas.h [PATCH] uml: move headers to arch/um/include 2006-01-18 19:20:19 -08:00