commit | 198a6d5a6189501e2b8abf4e3149ccb337866f65 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Thu Jan 10 12:33:54 2008 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Jan 10 12:33:54 2008 +0000 |
tree | 772eb567f7b42b4ebf0be739bf33c56ffbfb95ab | |
parent | fd0b45dfd1858c6b49d06355a460bcf36d654c06 [diff] |
[ARM] pxa: silence warnings from cpu_is_xxx() macros 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>