aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/clock34xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/clock34xx.c')
-rw-r--r--arch/arm/mach-omap2/clock34xx.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/clock34xx.c b/arch/arm/mach-omap2/clock34xx.c
index a853b1e149ee..3b6e27bc9fe3 100644
--- a/arch/arm/mach-omap2/clock34xx.c
+++ b/arch/arm/mach-omap2/clock34xx.c
@@ -686,10 +686,8 @@ static int omap3_core_dpll_m2_set_rate(struct clk *clk, unsigned long rate)
686 WARN_ON(new_div != 1 && new_div != 2); 686 WARN_ON(new_div != 1 && new_div != 2);
687 687
688 /* REVISIT: Add SDRC_MR changing to this code also */ 688 /* REVISIT: Add SDRC_MR changing to this code also */
689 local_irq_disable();
690 omap3_configure_core_dpll(sp->rfr_ctrl, sp->actim_ctrla, 689 omap3_configure_core_dpll(sp->rfr_ctrl, sp->actim_ctrla,
691 sp->actim_ctrlb, new_div); 690 sp->actim_ctrlb, new_div);
692 local_irq_enable();
693 691
694 return 0; 692 return 0;
695} 693}