mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04: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>