linux/arch/um/kernel/skas
Paolo 'Blaisorblade' Giarrusso 21c935e529 [PATCH] uml: correct removal of pte_mkexec
Correct commit 5906e4171a - this makes more
sense: we turn pte_mkexec + pte_wrprotect to pte_mkread.  However, due to a
bug in pte_mkread, it does the exact same thing as pte_mkwrite, so this patch
improves the code but does not change anything in practice.  The pte_mkread
bug is fixed separately, as it may have big impact.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Cc: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-10-11 11:14:20 -07:00
..
Makefile [PATCH] uml: file renaming 2006-09-27 08:26:16 -07:00
clone.c [PATCH] uml skas0: stop gcc's insanity 2005-12-18 11:19:44 -08:00
exec.c [PATCH] uml: file renaming 2006-09-27 08:26:16 -07:00
mem.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
mmu.c [PATCH] uml: correct removal of pte_mkexec 2006-10-11 11:14:20 -07:00
process.c [PATCH] uml: file renaming 2006-09-27 08:26:16 -07:00
syscall.c [PATCH] uml: remove syscall debugging 2006-07-10 13:24:24 -07:00
tlb.c Remove all inclusions of <linux/config.h> 2006-10-04 03:38:54 -04:00
uaccess.c [PATCH] uml: make copy_*_user atomic 2006-07-01 09:56:03 -07:00