From 23705a1bda10380834bf6e163a1ec6705fa53154 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Fri, 19 Jun 2009 15:01:44 +0100 Subject: [PATCH] --- yaml --- r: 154282 b: refs/heads/master c: 44eeab67416711db9b84610ef18c99a60415dff8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/power/hibernate.S | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/[refs] b/[refs] index 5fd03f2ea758..1106100efdad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 631330f5847b3f8a7ea67d689e9f7c56833ccaa6 +refs/heads/master: 44eeab67416711db9b84610ef18c99a60415dff8 diff --git a/trunk/arch/mips/power/hibernate.S b/trunk/arch/mips/power/hibernate.S index 486bd3fd01a1..4b8174b382d7 100644 --- a/trunk/arch/mips/power/hibernate.S +++ b/trunk/arch/mips/power/hibernate.S @@ -43,15 +43,6 @@ LEAF(swsusp_arch_resume) bne t1, t3, 1b PTR_L t0, PBE_NEXT(t0) bnez t0, 0b - /* flush caches to make sure context is in memory */ - PTR_L t0, __flush_cache_all - jalr t0 - /* flush tlb entries */ -#ifdef CONFIG_SMP - jal flush_tlb_all -#else - jal local_flush_tlb_all -#endif PTR_LA t0, saved_regs PTR_L ra, PT_R31(t0) PTR_L sp, PT_R29(t0)