commit | 794fe85da484353dedcb5dc6da14d923d0645fc3 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Jan 22 19:11:38 2013 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Mar 26 09:55:34 2013 +0000 |
tree | 1ff3789f25c67e71815afb731e1c5501e622a78c | |
parent | 3ef52f2a00efc5f83ae6d40e55cae96ce275893f [diff] |
ARM: mm: remove broken condition check for v4 flushing There's no point having a conditional cache flush if we don't know the state of the condition beforehand. This patch makes the cacheflush in v4_flush_user_cache_range unconditional. signed-off-by: will deacon <will.deacon@arm.com>