From: Russell King Date: Tue, 21 Jun 2011 15:32:58 +0000 (+0100) Subject: ARM: pm: move cpu_init() call into core code X-Git-Tag: v3.1-rc1~258^2~1^8~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14cd8fd574bce1cfbe510ccb1f73c7c1024d770f;p=pandora-kernel.git 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 Acked-by: Jean Pihet Signed-off-by: Russell King --- Reading git-diff-tree failed