diff options
author | Varun Wadekar <vwadekar@nvidia.com> | 2012-08-09 12:20:52 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 12:31:10 -0700 |
commit | a78c67b237184c3febd4096ec902642a33902738 (patch) | |
tree | 41823a4561ff11fbb45b93a9284088dd565048ae /arch/arm/mach-tegra/headsmp.S | |
parent | 9bf06c62528eecda7a48ff8001ff2150250a0f84 (diff) |
Revert "arm: tegra: optimize L2 enable/disable paths for secureos"
This reverts commit 7ac85a9d58b51352605c845a0066c949c0c85f72.
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Rebase-Id: R5fe5ed9d55ec2405b1e869d1e10342702fe1b95b
Diffstat (limited to 'arch/arm/mach-tegra/headsmp.S')
-rw-r--r-- | arch/arm/mach-tegra/headsmp.S | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/arch/arm/mach-tegra/headsmp.S b/arch/arm/mach-tegra/headsmp.S index 2fee46c0712d..388588616fcf 100644 --- a/arch/arm/mach-tegra/headsmp.S +++ b/arch/arm/mach-tegra/headsmp.S @@ -3,7 +3,7 @@ * * CPU initialization routines for Tegra SoCs * - * Copyright (c) 2009-2012, NVIDIA Corporation. All rights reserved. + * Copyright (c) 2009-2012, NVIDIA Corporation. * Copyright (c) 2011 Google, Inc. * Author: Colin Cross <ccross@android.com> * Gary King <gking@nvidia.com> @@ -90,9 +90,8 @@ ENTRY(tegra_resume) #endif #ifdef CONFIG_TRUSTED_FOUNDATIONS - /* wake up */ - mov r0, #0x00000003 - bl tegra_generic_smc_local + /* wake up (should have specified args?) */ + bl tegra_generic_smc #endif b cpu_resume |