From: Zhang Rui Date: Wed, 27 Mar 2013 03:36:11 +0000 (+0000) Subject: PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze state X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~92^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c26b78a2d826a89cd689527493a2bea22af46133;p=pandora-kernel.git PM / sleep: invalidate TEST_CPUS and TEST_CORE support for freeze state freeze state is a software suspend state that does not run into low-level platform callbacks which may interact with BIOS. And freeze state does not need to disable the processors. But the current pm_test support misleads users because users can enter freeze state with pm_test set to TEST_CPUS/TEST_CORE, while this pm_test setting never takes actions. So, invalidate TEST_CPUS/TEST_CORE for freeze state in this patch. Then users will get an error instead, when trying to enter freeze state with pm_test mode set to TEST_CPUS/TEST_CORE. Signed-off-by: Zhang Rui Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed