]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: l2c: implement L2C-310 erratum 727915 as a method override
authorRussell King <rmk+kernel@arm.linux.org.uk>
Sat, 15 Mar 2014 16:48:18 +0000 (16:48 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:48:17 +0000 (00:48 +0100)
commit60be28cdbf1b7fa8fc3c6c1238e15757c774a637
tree7c092ae26cc3f96fc5e5a5a15bc192fbbac44a38
parent5324d2e1ddb523dd31ff6904454f993215ad6006
ARM: l2c: implement L2C-310 erratum 727915 as a method override

Implement L2C-310 erratum 727915 by overriding the flush_all method
in the outer_cache operations structure.  This allows us to sensibly
contain the erratum code in one place without affecting other
locations or implementations.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/cache-l2x0.c