]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: mm: allow set_memory_*() to be used on the vmalloc region
authorRussell King <rmk+kernel@armlinux.org.uk>
Mon, 21 Nov 2016 16:07:05 +0000 (16:07 +0000)
committerRussell King <rmk+kernel@armlinux.org.uk>
Tue, 29 Nov 2016 18:00:34 +0000 (18:00 +0000)
commit76fb051d42945d142fe265b6ec79e06aa9cfb250
tree7c5c217df4228d33c60392e173686631ddd5997b
parent580218f9678e76f712a1cf6cff5a903917fa9558
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>
arch/arm/mm/pageattr.c