x86: convert cacheflush macros inline functions
authorTejun Heo <tj@kernel.org>
Wed, 25 Feb 2009 02:01:40 +0000 (11:01 +0900)
committerTejun Heo <tj@kernel.org>
Wed, 25 Feb 2009 02:06:51 +0000 (11:06 +0900)
commitd325100504f1d0c296a1fbfef558deaa655e2240
tree935f6078c31aaf92529a35a2208bd2dbd04dce5d
parent24ff954233ecfd45801383f831626f88937ebe6f
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>
arch/x86/include/asm/cacheflush.h