OSDN Git Service

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)
commit99ca1772e52d8825172100a24e461a0ffe11e125
tree7c092ae26cc3f96fc5e5a5a15bc192fbbac44a38
parent6a28cf59ff1144398d9d32d409ed8cbf1215922d
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