From: Russell King Date: Sat, 15 Mar 2014 16:48:14 +0000 (+0000) Subject: ARM: l2c: rename cache_wait_way() X-Git-Tag: omap-for-v3.16/fixes-against-rc1~91^2~13^2~1^3~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83841fe1fb0c4316af89ab85d3528702724a33f4;p=pandora-kernel.git ARM: l2c: rename cache_wait_way() cache_wait_way() is actually used to wait for a particular mask to report clear; it's not really got much to do with cache ways at all. Indeed, it gets used to wait for the C bit to clear on older caches. Rename this with a more generic function name which better reflects its purpose: l2c_wait_mask(). Signed-off-by: Russell King --- Reading git-diff-tree failed