When enabling coresight on secondary cores for tegra, make use of our fancy new definition for the magic lock code. Cc: Stephen Warren <swarren@xxxxxxxxxxxxx> Signed-off-by: Dietmar Eggemann <dietmar.eggemann@xxxxxxx> Signed-off-by: Will Deacon <will.deacon@xxxxxxx> --- arch/arm/mach-tegra/headsmp.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch/arm/mach-tegra/headsmp.S b/arch/arm/mach-tegra/headsmp.S index fd473f2..d2747fe 100644 --- a/arch/arm/mach-tegra/headsmp.S +++ b/arch/arm/mach-tegra/headsmp.S @@ -1,6 +1,7 @@ #include <linux/linkage.h> #include <linux/init.h> +#include <asm/hardware/coresight.h> #include "sleep.h" .section ".text.head", "ax" @@ -8,7 +9,7 @@ ENTRY(tegra_secondary_startup) bl v7_invalidate_l1 /* Enable coresight */ - mov32 r0, 0xC5ACCE55 + mov32 r0, CS_LAR_KEY mcr p14, 0, r0, c7, c12, 6 b secondary_startup ENDPROC(tegra_secondary_startup) -- 1.8.0 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html