summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/headsmp.S10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-tegra/headsmp.S b/arch/arm/mach-tegra/headsmp.S
index 4763528a5f16..5bb68433050a 100644
--- a/arch/arm/mach-tegra/headsmp.S
+++ b/arch/arm/mach-tegra/headsmp.S
@@ -49,7 +49,6 @@
*/
ENTRY(tegra_secondary_startup)
bl tegra_invalidate_l1
- bl tegra_enable_coresite
b secondary_startup
ENDPROC(tegra_secondary_startup)
#endif
@@ -63,7 +62,6 @@ ENDPROC(tegra_secondary_startup)
* re-enabling sdram.
*/
ENTRY(tegra_resume)
- bl tegra_enable_coresite
bl tegra_invalidate_l1
cpu_id r0
@@ -134,12 +132,6 @@ tegra_invalidate_l1:
isb
mov pc, lr
- /* Enable Coresight access on cpu */
-tegra_enable_coresite:
- mov32 r0, 0xC5ACCE55
- mcr p14, 0, r0, c7, c12, 6
- mov pc, lr
-
/*
* __tegra_cpu_reset_handler_halt_failed:
*
@@ -172,8 +164,6 @@ ENTRY(__tegra_cpu_reset_handler_start)
ENTRY(__tegra_cpu_reset_handler)
#if DEBUG_CPU_RESET_HANDLER
- mov32 r0, 0xC5ACCE55
- mcr p14, 0, r0, c7, c12, 6 @ Enable CoreSight access
b .
#endif
#ifndef CONFIG_TRUSTED_FOUNDATIONS