commit | 0b5210b26af9eecadff1b372b07ec7874eb41318 | [log] [tgz] |
---|---|---|
author | Zelalem <zelalem.aweke@arm.com> | Thu Mar 26 16:15:34 2020 -0500 |
committer | Zelalem <zelalem.aweke@arm.com> | Fri Mar 27 09:41:12 2020 -0500 |
tree | 266ec2fa62cd53757d2afaecaab4b1f02ab8bb90 | |
parent | 57791f6fb5b5a1e5ac6b8aec8432a468a08f1b96 [diff] |
Flush dcache when storing timestamp On DynamIQ CPU FVPs, stats test cases are failing when hardware-assisted coherency is enabled due to a corrupt timestamp value. Investigation of the issue indicates that on these models the timestamp value is stored in cache instead of memory. This patch flushes the dcache when the timestamp is stored to make sure it is stored in memory. Change-Id: I05cd54ba5991a5a96dd07f1e08b5212273201411 Signed-off-by: Zelalem <zelalem.aweke@arm.com>