Message ID | E1QZP8r-0002Wz-7p@rmk-PC.arm.linux.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/mach-sa1100/pm.c b/arch/arm/mach-sa1100/pm.c index d49eaf2..259ed3b 100644 --- a/arch/arm/mach-sa1100/pm.c +++ b/arch/arm/mach-sa1100/pm.c @@ -77,9 +77,6 @@ static int sa11x0_pm_enter(suspend_state_t state) /* go zzz */ cpu_suspend(0, PHYS_OFFSET - PAGE_OFFSET, 0, sa1100_finish_suspend); - /* Re-enable clock switching */ - asm volatile("mcr p15, 0, %0, c15, c1, 2" : : "r" (0)); - /* * Ensure not to come back here if it wasn't intended */
This is now taken care of by calling cpu_proc_init() in the resume path, so eliminate this unnecessary call. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> --- arch/arm/mach-sa1100/pm.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)