From: Jungseung Lee Date: Sat, 29 Nov 2014 02:02:11 +0000 (+0100) Subject: ARM: 8238/1: mm: Refine set_memory_* functions X-Git-Tag: omap-for-v3.20/drop-legacy-3517~102^2~1^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e802cfd74e6351cb937997996de9ca2e67df9f2;p=pandora-kernel.git 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 Signed-off-by: Russell King --- Reading git-diff-tree failed