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)
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>

No differences found