Change-Id: I274968b7291ba0f23fcd1943e4dd2116ce62b680
Signed-off-by: Youngtae Lee <yt0729.lee@samsung.com>
static int emc_update_domain_const(struct emc_domain *domain)
{
- unsigned long timeout = jiffies + msecs_to_jiffies(100);
+ unsigned long timeout = jiffies + msecs_to_jiffies(1000);
struct cpumask mask;
int cpu;
panic("EMC: failed to update domain(cpu%d) constraints\n", cpu);
return -EBUSY;
}
- msleep(10);
+ udelay(100);
}
/* update capacity for scheduler */
panic("CPU%d %s power on!\n",
cpu, on? "already" : "not yet");
- msleep(1);
+ udelay(100);
}
domain = emc_find_domain(cpu);