Commits
Russell King committed 76fb051d429
ARM: mm: allow set_memory_*() to be used on the vmalloc region We can allow modules to be loaded into the vmalloc region, where they should also benefit from the same protections as those loaded into the more efficient module region. Allow these functions to operate there as well. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>