ARM: mcpm: Make all mcpm functions notrace
authorDave Martin <dave.martin@linaro.org>
Wed, 20 Feb 2013 17:34:20 +0000 (17:34 +0000)
committerJon Medhurst <tixy@linaro.org>
Mon, 1 Jul 2013 10:05:13 +0000 (11:05 +0100)
commit625b10c3d3d06603012895f2c0416998b791fe5a
tree499fd4641c60373577b6ea42ad3c6e1b5c4c3d4f
parent3ce60848e5c3d8fe8b7479cfc5736a5e6370f253
ARM: mcpm: Make all mcpm  functions notrace

The functions in mcpm_entry.c are mostly intended for use during
scary cache and coherency disabling sequences, or do other things
which confuse trace ...  like powering a CPU down and not
returning.  Similarly for the backend code.

For simplicity, this patch just makes whole files notrace.
There should be more than enough traceable points on the paths to
these functions, but we can be more fine-grained later if there is
a need for it.

Signed-off-by: Dave Martin <dave.martin@linaro.org>
arch/arm/mach-vexpress/Makefile