diff options
author | Sang-Hun Lee <sanlee@nvidia.com> | 2012-04-16 10:52:32 -0700 |
---|---|---|
committer | Rohan Somvanshi <rsomvanshi@nvidia.com> | 2012-04-19 07:39:34 -0700 |
commit | 357b6cf49ab72b94b1c77e03d7a5fa777f946973 (patch) | |
tree | 7e3942aa3e946ea040ac7ed78598c630564e6887 | |
parent | 51f83e4e682dc2a0657f74187d53cce6685eb805 (diff) |
Revert "ARM: tegra20: pm: flush L1 data before exit coherency"
This reverts commit 209209a303742d6312f66896b4351dd97e48e24c.
Bug 967887
Change-Id: I2464db28b5a4970d6e60ef79c89c2107c64cb6d3
Signed-off-by: Sang-Hun Lee <sanlee@nvidia.com>
Reviewed-on: http://git-master/r/96786
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Varun Wadekar <vwadekar@nvidia.com>
-rw-r--r-- | arch/arm/mach-tegra/sleep-t2.S | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/mach-tegra/sleep-t2.S b/arch/arm/mach-tegra/sleep-t2.S index b2055655ba93..fc7b3db22318 100644 --- a/arch/arm/mach-tegra/sleep-t2.S +++ b/arch/arm/mach-tegra/sleep-t2.S @@ -1,7 +1,7 @@ /* * arch/arm/mach-tegra/include/mach/sleep-t2.S * - * Copyright (c) 2010-2012, NVIDIA Corporation. + * Copyright (c) 2010-2011, NVIDIA Corporation. * Copyright (c) 2011, Google, Inc. * * Author: Colin Cross <ccross@android.com> @@ -201,16 +201,6 @@ ENTRY(tegra2_sleep_wfi) tegra_sleep_cpu_save_finish: mrc p15, 0, r11, c1, c0, 1 @ save actlr before exiting coherency - - dsb -#ifdef MULTI_CACHE - mov32 r10, cpu_cache - mov lr, pc - ldr pc, [r10, #CACHE_FLUSH_KERN_ALL] -#else - bl __cpuc_flush_kern_all -#endif - bl tegra_cpu_exit_coherency mov32 r0, TEGRA_PMC_VIRT + PMC_SCRATCH41 |