ARM: SMP: consolidate trace_hardirqs_off() into common SMP code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 3 Dec 2010 15:00:49 +0000 (15:00 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 20 Dec 2010 15:09:09 +0000 (15:09 +0000)
All platforms call trace_hardirqs_off() in their secondary startup code,
so move this into the core SMP code - it doesn't need to be in the
per-platform code.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found