mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-08-28 10:30:37 +00:00
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>