| commit | d325100504f1d0c296a1fbfef558deaa655e2240 | [log] [tgz] |
|---|---|---|
| author | Tejun Heo <tj@kernel.org> | Wed Feb 25 11:01:40 2009 +0900 |
| committer | Tejun Heo <tj@kernel.org> | Wed Feb 25 11:06:51 2009 +0900 |
| tree | 935f6078c31aaf92529a35a2208bd2dbd04dce5d | |
| parent | 24ff954233ecfd45801383f831626f88937ebe6f [diff] |
x86: convert cacheflush macros inline functions Impact: cleanup Unused macro parameters cause spurious unused variable warnings. Convert all cacheflush macros to inline functions to avoid the warnings and achieve better type checking. Signed-off-by: Tejun Heo <tj@kernel.org>