From: Jaecheol Lee Date: Mon, 18 Jul 2011 10:21:34 +0000 (+0900) Subject: ARM: EXYNOS4: Support early wakeup entering sleep mode X-Git-Tag: v3.1-rc1~149^2^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e240ab1cfbf8e341c38847fe9aee8579a01ed303;p=pandora-kernel.git ARM: EXYNOS4: Support early wakeup entering sleep mode Since early wakeup can be handled in pm so we don't need masking interrupts of external GIC. When the early wakeup interrupt happens, PMU(Power Management Unit) ignores WFI instruction. This means that PC(Program Counter) passed without any changes. This patch can handle that case by early wakeup interrupt. Signed-off-by: Jaecheol Lee [kgene.kim@samsung.com: fixed return of exynos4_cpu_suspend()] Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed