commit | e744dff72bcd4d9588af91e1feb662702222ca12 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Wed Jun 26 16:47:35 2013 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Mon Sep 30 16:42:55 2013 +0100 |
tree | f4fb97bf008d5894ab9f64f852fd717ee047e56c | |
parent | 15c03dd4859ab16f9212238f29dd315654aa94f6 [diff] |
ARM: prefetch: remove redundant "cc" clobber The pld instruction does not affect the condition flags, so don't bother clobbering them. Acked-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>