commit | 76fb051d42945d142fe265b6ec79e06aa9cfb250 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@armlinux.org.uk> | Mon Nov 21 16:07:05 2016 +0000 |
committer | Russell King <rmk+kernel@armlinux.org.uk> | Tue Nov 29 18:00:34 2016 +0000 |
tree | 7c5c217df4228d33c60392e173686631ddd5997b | |
parent | 580218f9678e76f712a1cf6cff5a903917fa9558 [diff] |
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>