From 7f752a0b85624c909ba9d1ebcb9d0878907df23c Mon Sep 17 00:00:00 2001 From: Daniel Lezcano Date: Thu, 15 Jan 2015 10:59:37 +0100 Subject: cpuidle: irq: Increase the rating to have the governor as default --- drivers/cpuidle/governors/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/cpuidle/governors/irq.c b/drivers/cpuidle/governors/irq.c index cb7a0bfbd133..de99f4545255 100644 --- a/drivers/cpuidle/governors/irq.c +++ b/drivers/cpuidle/governors/irq.c @@ -20,7 +20,7 @@ static int select(struct cpuidle_driver *drv, struct cpuidle_device *dev, static struct cpuidle_governor irq_governor = { .name = "irq", - .rating = 10, + .rating = 30, .select = select, .owner = THIS_MODULE, }; -- cgit v1.2.3