commit | 9f44f9a234020947dd16500a203c9580a66ed67d | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Sat Jul 28 16:44:38 2012 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu Aug 23 11:35:51 2012 +0100 |
tree | 857224d88742c07594efbbdf2007b2a4910e5521 | |
parent | df3d17e068bf69e3c5a53d52d30caad3d061b762 [diff] |
ARM: perf: remove mysterious compiler barrier There's a rather strange compiler barrier in the PMU disabling code which was presumably placed there by aliens. There's no valid reason for the barrier and one can only suspect that it's up to no good. This patch removes it before it has a chance to spread. Signed-off-by: Will Deacon <will.deacon@arm.com>