From: Jungseok Lee Date: Tue, 2 Dec 2014 17:49:24 +0000 (+0000) Subject: arm64: Implement support for read-mostly sections X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~18^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f88d833bec29b8e6fadc1b2488f0c6370935e1;p=pandora-kernel.git arm64: Implement support for read-mostly sections As putting data which is read mostly together, we can avoid unnecessary cache line bouncing. Other architectures, such as ARM and x86, adopted the same idea. Acked-by: Catalin Marinas Signed-off-by: Jungseok Lee Signed-off-by: Will Deacon --- Reading git-diff-tree failed