VM: add common helper function to create the page tables
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 22:03:14 +0000 (14:03 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 22:03:14 +0000 (14:03 -0800)
commitc9cfcddfd65735437a4cb8563d6b66a6da8a5ed6
tree618cdf37baafe8b283bcc9923d9dde89d6428fb5
parent4168f7a31801bba6acc18662978d24ec850bbbd0
VM: add common helper function to create the page tables

This logic was duplicated four times, for no good reason.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/exec.c
include/linux/mm.h
mm/fremap.c
mm/memory.c