From: Christoph Lameter Date: Tue, 5 Feb 2008 06:28:34 +0000 (-0800) Subject: is_vmalloc_addr(): Check if an address is within the vmalloc boundaries X-Git-Tag: v2.6.25-rc1~983 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e2779fa281cfda13ac060753d674bbcaa23367e;p=pandora-kernel.git is_vmalloc_addr(): Check if an address is within the vmalloc boundaries Checking if an address is a vmalloc address is done in a couple of places. Define a common version in mm.h and replace the other checks. Again the include structures suck. The definition of VMALLOC_START and VMALLOC_END is not available in vmalloc.h since highmem.c cannot be included there. Signed-off-by: Christoph Lameter Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed