From: Russell King Date: Thu, 6 Nov 2008 17:11:07 +0000 (+0000) Subject: [ARM] fix naming of MODULE_START / MODULE_END X-Git-Tag: v2.6.28-rc4~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab4f2ee130d5ffcf35616e1f5c6ab75af5b463b6;p=pandora-kernel.git [ARM] fix naming of MODULE_START / MODULE_END As of 73bdf0a60e607f4b8ecc5aec597105976565a84f, the kernel needs to know where modules are located in the virtual address space. On ARM, we located this region between MODULE_START and MODULE_END. Unfortunately, everyone else calls it MODULES_VADDR and MODULES_END. Update ARM to use the same naming, so is_vmalloc_or_module_addr() can work properly. Also update the comment on mm/vmalloc.c to reflect that ARM also places modules in a separate region from the vmalloc space. Signed-off-by: Russell King --- Reading git-diff-tree failed