Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342444
b: refs/heads/master
c: a633208
h: refs/heads/master
v: v3
  • Loading branch information
Abhilash Kesavan authored and Kukjin Kim committed Nov 27, 2012
1 parent 02208f6 commit a8a9603
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: ebee8541475f2f70d9035265f059570d2f701d5f
refs/heads/master: a633208f2e97c7af9fa9e322fef249641f1f0c53
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-exynos/cpuidle.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ static int exynos4_enter_core0_aftr(struct cpuidle_device *dev,
cpu_suspend(0, idle_finisher);

#ifdef CONFIG_SMP
scu_enable(S5P_VA_SCU);
if (!soc_is_exynos5250())
scu_enable(S5P_VA_SCU);
#endif
cpu_pm_exit();

Expand Down

0 comments on commit a8a9603

Please sign in to comment.