From: Will Deacon Date: Thu, 23 Feb 2012 13:51:38 +0000 (+0000) Subject: ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurations X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~41^2^2~5^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa1aadc3305c4917c39f0291613a5ec81dd4c73b;p=pandora-kernel.git ARM: suspend: fix CPU suspend code for !CONFIG_MMU configurations The ARM CPU suspend code can be selected even for a !CONFIG_MMU configuration. The resulting kernel will not compile and, even if it did, would access undefined co-processor registers when executing. This patch fixes the v6 and v7 CPU suspend code for the nommu case. Signed-off-by: Will Deacon Tested-by: Jonathan Austin CC: Lorenzo Pieralisi (commit_signer:1/3=33%) CC: Santosh Shilimkar (commit_signer:1/3=33%) CC: Uwe Kleine-König --- Reading git-diff-tree failed