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:
fd0b45d
)
[ARM] pxa: silence warnings from cpu_is_xxx() macros
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Thu, 10 Jan 2008 12:33:54 +0000
(12:33 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Thu, 10 Jan 2008 12:33:54 +0000
(12:33 +0000)
If only a single CPU type is selected, __cpu_is_xxx() doesn't
use its argument. This causes the compiler to issue a warning
about an unused variable in the parent function.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found