ARM: pm: pxa: move cpu_suspend into C code
authorRussell King <rmk+kernel@arm.linux.org.uk>
Tue, 21 Jun 2011 15:29:30 +0000 (16:29 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 24 Jun 2011 07:48:45 +0000 (08:48 +0100)
We don't need a veneer for cpu_suspend, it can be called directly from
C code now.  Move it into the PXA CPU suspend functions, along with
the accumulator register saving/restoring.

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

No differences found