mid_pmu: remove forever loop while shutdown in progress
authorIllyas Mansoor <illyas.mansoor@intel.com>
Tue, 8 May 2012 03:46:08 +0000 (09:16 +0530)
committerbuildbot <buildbot@intel.com>
Mon, 21 May 2012 10:56:08 +0000 (03:56 -0700)
commit56508b167f98bd55bd8556c7ba90d5d36f256da0
treed047c5eaf2b76697b21c7f9104fb85e498e1a5f0
parent4ac9e0b8fdc4c42b4bde433e55feab5a704dd319
mid_pmu: remove forever loop while shutdown in progress

BZ: 31284

DUT hangs while ctrl-alt-del key is pressed, this is
caused because of a forever loop in pmu_pci_set_power_state
that was used to block d0ix commands from causing IPC commands
blocking the shutdown process.

Now that we have removed the restriction of IPC/PMU command
synchrnoization this can also be removed.

Acknowledgement:
Tu, Xiaobing <xiaobing.tu@intel.com> root caused this issue.

Change-Id: I6bd4762a65d3e77c7d130660d831bb1297730eb6
Signed-off-by: Illyas Mansoor <illyas.mansoor@intel.com>
Tested-by: Tu, Xiaobing <xiaobing.tu@intel.com>
Reviewed-on: http://android.intel.com:8080/47722
Reviewed-by: Gross, Mark <mark.gross@intel.com>
Reviewed-by: Yang, Fei <fei.yang@intel.com>
Reviewed-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Tested-by: Cuesta, FernandX <fernandx.cuesta@intel.com>
Reviewed-by: buildbot <buildbot@intel.com>
Tested-by: buildbot <buildbot@intel.com>
arch/x86/platform/intel-mid/intel_soc_pmu.c