git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24ff954
)
x86: convert cacheflush macros inline functions
author
Tejun Heo
<tj@kernel.org>
Wed, 25 Feb 2009 02:01:40 +0000
(11:01 +0900)
committer
Tejun 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