Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355294
b: refs/heads/master
c: 1395868
h: refs/heads/master
v: v3
  • Loading branch information
Joseph Lo authored and Stephen Warren committed Jan 28, 2013
1 parent 7d471da commit effa4c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9e32366fe51fea464adb21c244f372d55207e13c
refs/heads/master: 1395868c06bd41390e50e7c7fe9a4783dd620867
4 changes: 2 additions & 2 deletions trunk/arch/arm/mach-tegra/platsmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static int tegra30_power_up_cpu(unsigned int cpu)
* next time around.
*/
if (cpumask_test_cpu(cpu, &tegra_cpu_init_mask)) {
timeout = jiffies + 5*HZ;
timeout = jiffies + msecs_to_jiffies(50);
do {
if (!tegra_powergate_is_powered(pwrgateid))
goto remove_clamps;
Expand All @@ -110,7 +110,7 @@ static int tegra30_power_up_cpu(unsigned int cpu)
return ret;

/* Wait for the power to come up. */
timeout = jiffies + 10*HZ;
timeout = jiffies + msecs_to_jiffies(100);
while (tegra_powergate_is_powered(pwrgateid)) {
if (time_after(jiffies, timeout))
return -ETIMEDOUT;
Expand Down

0 comments on commit effa4c3

Please sign in to comment.