[Type] Bugfix
[Module] Emulator / PM(Power Management)
[Priority] Major
[CQ#]
[Redmine#]
[Problem] Fail to boot at initial boot on a slow PC.
[Cause] Emulator has a wrong suspend operation.
[Solution] workaround : reject a suspend request in kernel api.
Change-Id: If23aca2d758c10e57eb24fccfd9a094e21e1adcf
*/
int enter_state(suspend_state_t state)
{
+ //XXX reject a suspend request temporarily in Emulator until fix a suspend problem.
+ return 0;
+
int error;
if (!valid_state(state))