commit | df5dd4c6e27081bce2c68cdc2e57a93ea998b63e | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Mar 15 16:47:56 2014 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri May 30 00:47:36 2014 +0100 |
tree | e13d02b8530c4eb4a839465da55f9284c179b359 | |
parent | 37abcdb9194001a0c6ccc5508cd84ea8bd92c29c [diff] |
ARM: l2c: provide generic helper for way-based operations Provide a generic helper function for way based operations. These are always background operations, and thus have to be waited for before a new operation is commenced. This helper extracts that requirement from several locations in the code. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>