]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] fix naming of MODULE_START / MODULE_END
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 6 Nov 2008 17:11:07 +0000 (17:11 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 6 Nov 2008 17:13:47 +0000 (17:13 +0000)
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 <rmk+kernel@arm.linux.org.uk>

No differences found