]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: Implement support for read-mostly sections
authorJungseok Lee <jungseoklee85@gmail.com>
Tue, 2 Dec 2014 17:49:24 +0000 (17:49 +0000)
committerWill Deacon <will.deacon@arm.com>
Wed, 3 Dec 2014 10:19:35 +0000 (10:19 +0000)
commitd9b7cc38f75298bff5bf54591929127162925b5b
treee4062286dd04734147b5901d3d1e86bd7cacdb1c
parentbe4f63ea2dc7308866c961486bce0e963035a70a
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>
arch/arm64/include/asm/cache.h