From: Christoph Lameter Date: Tue, 5 Feb 2008 06:28:31 +0000 (-0800) Subject: Move vmalloc_to_page() to mm/vmalloc. X-Git-Tag: v2.6.25-rc1~986 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48667e7a43c1a1e0ba743f93ae946f8cb34ff2f9;p=pandora-kernel.git Move vmalloc_to_page() to mm/vmalloc. We already have page table manipulation for vmalloc in vmalloc.c. Move the vmalloc_to_page() function there as well. Move the definitions for vmalloc related functions in mm.h to a newly created section. A better place would be vmalloc.h but mm.h is basic and may depend on these functions. An alternative would be to include vmalloc.h in mm.h (like done for vmstat.h). Signed-off-by: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed