diff options
Diffstat (limited to 'arch/arm/mach-omap2/pm34xx.c')
-rw-r--r-- | arch/arm/mach-omap2/pm34xx.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/pm34xx.c b/arch/arm/mach-omap2/pm34xx.c index 3f1f656348fc..a9f4034aa70a 100644 --- a/arch/arm/mach-omap2/pm34xx.c +++ b/arch/arm/mach-omap2/pm34xx.c | |||
@@ -130,9 +130,6 @@ static void omap3_save_secure_ram_context(u32 target_mpu_state) | |||
130 | u32 ret; | 130 | u32 ret; |
131 | 131 | ||
132 | if (omap_type() != OMAP2_DEVICE_TYPE_GP) { | 132 | if (omap_type() != OMAP2_DEVICE_TYPE_GP) { |
133 | /* Disable dma irq before calling secure rom code API */ | ||
134 | omap_dma_disable_irq(0); | ||
135 | omap_dma_disable_irq(1); | ||
136 | /* | 133 | /* |
137 | * MPU next state must be set to POWER_ON temporarily, | 134 | * MPU next state must be set to POWER_ON temporarily, |
138 | * otherwise the WFI executed inside the ROM code | 135 | * otherwise the WFI executed inside the ROM code |