commit | 4e802cfd74e6351cb937997996de9ca2e67df9f2 | [log] [tgz] |
---|---|---|
author | Jungseung Lee <js07.lee@gmail.com> | Sat Nov 29 03:02:11 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 03 16:00:05 2014 +0000 |
tree | 247b20f6c8b42bf3dc5fc9aeaa0ff52af96f5e6c | |
parent | 12e669b4874274caaefd20d3c729471b8ebe8d93 [diff] |
ARM: 8238/1: mm: Refine set_memory_* functions 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>