]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: l2c: add automatic enable of early BRESP
authorRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 19 Mar 2014 15:39:09 +0000 (15:39 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 29 May 2014 23:48:50 +0000 (00:48 +0100)
commit3eb4a25bf8a244567a5a1d8769bae8160e02f2cd
tree51f5cdcfc6ce98abd5a7cd4214eeff51af9b1ea2
parent6da84bf94e8b8bce7e20ab5ad7cafc92c165cd4d
ARM: l2c: add automatic enable of early BRESP

The AXI bus protocol requires that a write response should only be
sent back to the master when the last write has been accepted.  Early
BRESP allows the L2C-310 to send the write response as soon as the
store buffer accepts the write address.

Cortex-A9 processors can signal to the L2C-310 that they wish to be
notified early, and if this optimisation is enabled, the L2C-310 can
signal an early write response.

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