Will Deacon c32ffce0f6 ARM: 7984/1: prefetch: add prefetchw invocations for barriered atomics
After a bunch of benchmarking on the interaction between dmb and pldw,
it turns out that issuing the pldw *after* the dmb instruction can
give modest performance gains (~3% atomic_add_return improvement on a
dual A15).

This patch adds prefetchw invocations to our barriered atomic operations
including cmpxchg, test_and_xxx and futexes.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2014-02-25 11:30:20 +00:00
..
2014-01-05 13:59:56 +00:00
2014-01-23 18:49:36 -08:00
2014-01-31 14:58:55 -08:00
2014-01-23 18:49:36 -08:00
2014-02-02 11:11:06 -08:00
2014-01-23 18:36:55 -08:00
2014-01-23 18:36:55 -08:00
2014-01-23 18:49:36 -08:00
2014-01-23 18:45:38 -08:00
2014-01-15 17:02:08 -08:00
2013-12-11 17:32:41 -08:00
2014-01-28 18:56:37 -08:00
2014-01-31 08:38:18 -08:00