+1
−1
+0
−38
arch/arm/mm/pageattr.c
0 → 100644
+91
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
set_memory_* functions have same implementation except memory attribute. This patch makes to use common function for these, and pull out the functions into arch/arm/mm/pageattr.c like arm64 did. It will reduce code size and enhance the readability. Signed-off-by:Jungseung Lee <js07.lee@gmail.com> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>