commit | 14cd8fd574bce1cfbe510ccb1f73c7c1024d770f | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jun 21 16:32:58 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jun 24 08:48:43 2011 +0100 |
tree | d50ddf743969ac54898b3cc3053c52bfa95d1690 | |
parent | e8856a8797e76e6883ae81f8f9ecbb231cc535df [diff] |
ARM: pm: move cpu_init() call into core code As we have core code dealing with CPU suspend/resume, we can re-initialize the CPUs exception banked registers via that code rather than having platforms deal with that level of detail. So, move the call to cpu_init() out of platform code into core code. Tested-by: Kevin Hilman <khilman@ti.com> Acked-by: Jean Pihet <j-pihet@ti.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>