summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2012-02-23 16:40:36 +0800
committerAndy Green <andy.green@linaro.org>2012-06-20 10:27:20 +0800
commit8906cc74fa557210c1be9af7492ac6149faaf458 (patch)
treeaebeb1c213951fde86e1a3185e2c51d6a997f01c
parent5056c756fa22796db94760e0f4f79a2b6326735d (diff)
omap4: pm: remove gic save context for gp chips
This is taken care of by the common gic code and is not needed within wakeupgen. Signed-off-by: Tero Kristo <t-kristo@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap-wakeupgen.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap-wakeupgen.c b/arch/arm/mach-omap2/omap-wakeupgen.c
index 6ae165982bc..358488cf9e0 100644
--- a/arch/arm/mach-omap2/omap-wakeupgen.c
+++ b/arch/arm/mach-omap2/omap-wakeupgen.c
@@ -497,7 +497,6 @@ static int irq_notifier(struct notifier_block *self, unsigned long cmd, void *v)
switch (cmd) {
case CPU_CLUSTER_PM_ENTER:
if (omap_type() == OMAP2_DEVICE_TYPE_GP)
- irq_save_context();
else
irq_save_secure_context();
break;