From: Tejun Heo Date: Wed, 25 Feb 2009 02:01:40 +0000 (+0900) Subject: x86: convert cacheflush macros inline functions X-Git-Tag: v2.6.30-rc1~2^2~50^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d325100504f1d0c296a1fbfef558deaa655e2240;p=pandora-kernel.git 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 --- Reading git-diff-tree failed