diff options
author | Peter Griffin <peter.griffin@linaro.org> | 2015-06-09 23:47:00 +0200 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-07-22 11:15:30 +0200 |
commit | 50de4dd4bc6a6e378841a6705696d2c1f37ac038 (patch) | |
tree | d3e6048cca1ee825be61b9c7008be24acb03a7db /arch/arm/mach-sti/platsmp.c | |
parent | ARM: STi: Add code to release secondary cores from holding pen. (diff) | |
download | linux-50de4dd4bc6a6e378841a6705696d2c1f37ac038.tar.xz linux-50de4dd4bc6a6e378841a6705696d2c1f37ac038.zip |
ARM: STi: Remove platform call to trace_hardirqs_off()
Calling trace_hardirqs_off() from the platform specific
secondary startup code as not been necessary since Dec 2010
when Russell King consolidated the call into the common SMP
code.
2c0136d ARM: SMP: consolidate trace_hardirqs_off() into common SMP code
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/mach-sti/platsmp.c')
-rw-r--r-- | arch/arm/mach-sti/platsmp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-sti/platsmp.c b/arch/arm/mach-sti/platsmp.c index 86bb48d81ec1..c4ad6eae67fa 100644 --- a/arch/arm/mach-sti/platsmp.c +++ b/arch/arm/mach-sti/platsmp.c @@ -39,8 +39,6 @@ static DEFINE_SPINLOCK(boot_lock); static void sti_secondary_init(unsigned int cpu) { - trace_hardirqs_off(); - /* * let the primary processor know we're out of the * pen, then head off into the C entry point |