commit | e4f88d833bec29b8e6fadc1b2488f0c6370935e1 | [log] [tgz] |
---|---|---|
author | Jungseok Lee <jungseoklee85@gmail.com> | Tue Dec 02 17:49:24 2014 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Wed Dec 03 10:19:35 2014 +0000 |
tree | e4062286dd04734147b5901d3d1e86bd7cacdb1c | |
parent | a2d25a5391ca219f196f9fee7b535c40d201c6bf [diff] |
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 <catalin.marinas@arm.com> Signed-off-by: Jungseok Lee <jungseoklee85@gmail.com> Signed-off-by: Will Deacon <will.deacon@arm.com>