Loading drivers/cpuidle/lpm-levels.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * Copyright (C) 2006-2007 Adam Belay <abelay@novell.com> * Copyright (C) 2009 Intel Corporation * Loading Loading @@ -619,7 +619,7 @@ static int cpu_power_select(struct cpuidle_device *dev, next_event_us = (uint32_t)(ktime_to_us(get_next_event_time(dev->cpu))); if (is_cpu_biased(dev->cpu)) if (is_cpu_biased(dev->cpu) && (!cpu_isolated(dev->cpu))) goto done_select; for (i = 0; i < cpu->nlevels; i++) { Loading Loading
drivers/cpuidle/lpm-levels.c +2 −2 Original line number Diff line number Diff line /* Copyright (c) 2012-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. * Copyright (C) 2006-2007 Adam Belay <abelay@novell.com> * Copyright (C) 2009 Intel Corporation * Loading Loading @@ -619,7 +619,7 @@ static int cpu_power_select(struct cpuidle_device *dev, next_event_us = (uint32_t)(ktime_to_us(get_next_event_time(dev->cpu))); if (is_cpu_biased(dev->cpu)) if (is_cpu_biased(dev->cpu) && (!cpu_isolated(dev->cpu))) goto done_select; for (i = 0; i < cpu->nlevels; i++) { Loading