Pull ARM cpuidle update for 3.20 from Daniel Lezcano.

* 'cpuidle/3.20' of http://git.linaro.org/people/daniel.lezcano/linux:
  drivers: cpuidle: Don't initialize big.LITTLE driver if MCPM is unavailable
This commit is contained in:
Rafael J. Wysocki 2015-01-26 01:06:20 +01:00
Родитель ec6f34e5b5 194fe6f28e
Коммит 39909b7114
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -182,6 +182,10 @@ static int __init bl_idle_init(void)
*/
if (!of_match_node(compatible_machine_match, root))
return -ENODEV;
if (!mcpm_is_available())
return -EUNATCH;
/*
* For now the differentiation between little and big cores
* is based on the part number. A7 cores are considered little